#AF1F68

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

Shades of Jazzberry Jam #AF1F68

Tints of Jazzberry Jam #AF1F68

Color information

#AF1F68 (or 0xAF1F68) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 1F and 68. RGB value is (175,31,104). Sum of RGB (Red+Green+Blue) = 175+31+104=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 31 (12.5% from 255 or 10% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1F68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1F68 is #50E097. Grayscale: #525252. Windows color (decimal): -5300376 or 6823855. OLE color: 6823855.

HSL color Cylindrical-coordinate representation of color #AF1F68: hue angle of 329.58º 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 #AF1F68 is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB17531104-
CMYK00.820.410.31
HSL329.58º69.9%40.39%-
HSV(B)329.58º82.29%68.63%-
XYZ20.6711.0914.15-
YUV82.38140.21194.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 56.45%
GREEN value IS 31 (12.5% from 255) = 10%
BLUE value IS 104 (41.02% from 255) = 33.55%
R=56.45%
G=10%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1753110400.820.410.31329.5869.940.39
HexAF1F68052291F14a4628
Octal257371500122513751210650
Binary1010111111111110100001010010101001111111010010101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1F68; }

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

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

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

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

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

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

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

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