#af1f6b

Color #AF1F6B Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #AF1F6B

Tints of Jazzberry Jam #AF1F6B

Color information

#AF1F6B (or 0xAF1F6B) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 1F and 6B. RGB value is (175,31,107). Sum of RGB (Red+Green+Blue) = 175+31+107=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 31 (12.5% from 255 or 9.90% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1F6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1F6B is #50E094. Grayscale: #525252. Windows color (decimal): -5300373 or 7020463. OLE color: 7020463.

HSL color Cylindrical-coordinate representation of color #AF1F6B: hue angle of 328.33º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF1F6B is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB17531107-
CMYK00.820.390.31
HSL328.33º69.9%40.39%-
HSV(B)328.33º82.29%68.63%-
XYZ20.8211.1614.97-
YUV82.72141.71193.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 55.91%
GREEN value IS 31 (12.5% from 255) = 9.90%
BLUE value IS 107 (42.19% from 255) = 34.19%
R=55.91%
G=9.90%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1753110700.820.390.31328.3369.940.39
HexAF1F6B052271F1484628
Octal257371530122473751010650
Binary1010111111111110101101010010100111111111010010001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af1f6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af1f6b; }

 p { color: rgb(175,31,107); }

 H1.HeaderClassName
 {
   color: #af1f6b;
 }
 .AnyTagClassName
 {
   color: #af1f6b;
 }
</style>
background-color css

<style>
 a { background-color: #af1f6b; }

 a { background-color: rgb(175,31,107); }

 div.DivClassName
 {
   background-color: #af1f6b;
 }
 .BgClassName
 {
   background-color: #af1f6b;
 }
</style>
border-color css

<style>
 span { border-color: #af1f6b; }

 span { border-color: rgb(175,31,107); }

 td.TdClassName
 {
   border-color: #af1f6b;
 }
 .TagClassName
 {
   border-color: #af1f6b;
 }
</style>