#AF1954

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

Shades of Jazzberry Jam #AF1954

Tints of Jazzberry Jam #AF1954

Color information

#AF1954 (or 0xAF1954) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 19 and 54. RGB value is (175,25,84). Sum of RGB (Red+Green+Blue) = 175+25+84=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 84 (33.20% from 255 or 29.58% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1954 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1954 is #50E6AB. Grayscale: #4C4C4C. Windows color (decimal): -5301932 or 5511599. OLE color: 5511599.

HSL color Cylindrical-coordinate representation of color #AF1954: hue angle of 336.4º degrees, saturation: 0.75, 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 #AF1954 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB1752584-
CMYK00.860.520.31
HSL336.4º75%39.22%-
HSV(B)336.4º85.71%68.63%-
XYZ19.6310.459.37-
YUV76.58132.2198.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 61.62%
GREEN value IS 25 (10.16% from 255) = 8.80%
BLUE value IS 84 (33.20% from 255) = 29.58%
R=61.62%
G=8.80%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175258400.860.520.31336.47539.22
HexAF1954056341F1504b27
Octal257311240126643752011347
Binary1010111111001101010001010110110100111111010100001001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1954; }

 p { color: rgb(175,25,84); }

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

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

 a { background-color: rgb(175,25,84); }

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

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

 span { border-color: rgb(175,25,84); }

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