Html Css Color HEX #AF1655 Jazzberry Jam

📋 copy color: '#AF1655'

red 175 ◦ green 22 ◦ blue 85

#AF1655
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #AF1655

Tints of Jazzberry Jam #AF1655

RGB

 RED value IS 175 (68.75% from 255) = 62.06%

 GREEN value IS 22 (8.98% from 255) = 7.8%

 BLUE value IS 85 (33.59% from 255) = 30.14%

R = 62.06%
G = 7.8%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#AF1655 (or 0xAF1655) is known color: Jazzberry Jam. HEX triplet: AF, 16 and 55. RGB value is (175,22,85). Sum of RGB (Red+Green+Blue) = 175+22+85=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1655 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1655 is #50E9AA. Grayscale: #4A4A4A. Windows color (decimal): -5302699 or 5576367. OLE color: 5576367.

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

Color convert

RGB 175 22 85 -
CMYK 0 0.87 0.51 0.31
HSL 335.29º 0.78% 0.39% -
HSV(B) 335.29º 0.87% 0.69% -
XYZ 19.61 10.34 9.56 -
YUV 74.93 133.69 199.38 -
System Red Green Blue C M Y K H S L
Decimal 175 22 85 0 0.87 0.51 0.31 335.29 0.78 0.39
Hex AF 16 55 0 57 33 1F 14F 4E 27
Octal 257 26 125 0 127 63 37 517 116 47
Binary 10101111 10110 1010101 0 1010111 110011 11111 101001111 1001110 100111

Color Harmonies of #AF1655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1655

Black with #AF1655

Text Example


Text Example

White with #AF1655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1655; }

 p { color: rgb(175,22,85); }

 H1.HeaderClassName
 {
   color: #AF1655;
 }
 .AnyTagClassName
 {
   color: #AF1655;
 }
</style>

background-color css

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

 a { background-color: rgb(175,22,85); }

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

border-color css

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

 span { border-color: rgb(175,22,85); }

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