#AF1874

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

Shades of Jazzberry Jam #AF1874

Tints of Jazzberry Jam #AF1874

Color information

#AF1874 (or 0xAF1874) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 18 and 74. RGB value is (175,24,116). Sum of RGB (Red+Green+Blue) = 175+24+116=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1874 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1874 is #50E78B. Grayscale: #4F4F4F. Windows color (decimal): -5302156 or 7608495. OLE color: 7608495.

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

Color convert

RGB17524116-
CMYK00.860.340.31
HSL323.44º75.88%39.02%-
HSV(B)323.44º86.29%68.63%-
XYZ21.1611.0317.54-
YUV79.64148.53196.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.56%
GREEN value IS 24 (9.77% from 255) = 7.62%
BLUE value IS 116 (45.70% from 255) = 36.83%
R=55.56%
G=7.62%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1752411600.860.340.31323.4475.8839.02
HexAF1874056221F1434c27
Octal257301640126423750311447
Binary1010111111000111010001010110100010111111010000111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1874; }

 p { color: rgb(175,24,116); }

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

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

 a { background-color: rgb(175,24,116); }

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

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

 span { border-color: rgb(175,24,116); }

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