Html Css Color HEX #AF1870 Jazzberry Jam

📋 copy color: '#AF1870'

red 175 ◦ green 24 ◦ blue 112

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

Shades of Jazzberry Jam #AF1870

Tints of Jazzberry Jam #AF1870

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.72%

 BLUE value IS 112 (44.14% from 255) = 36.01%

R = 56.27%
G = 7.72%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AF1870 (or 0xAF1870) is known color: Jazzberry Jam. HEX triplet: AF, 18 and 70. RGB value is (175,24,112). Sum of RGB (Red+Green+Blue) = 175+24+112=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1870 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1870 is #50E78F. Grayscale: #4E4E4E. Windows color (decimal): -5302160 or 7346351. OLE color: 7346351.

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

Color convert

RGB 175 24 112 -
CMYK 0 0.86 0.36 0.31
HSL 325.03º 0.76% 0.39% -
HSV(B) 325.03º 0.86% 0.69% -
XYZ 20.93 10.94 16.34 -
YUV 79.18 146.53 196.34 -
System Red Green Blue C M Y K H S L
Decimal 175 24 112 0 0.86 0.36 0.31 325.03 0.76 0.39
Hex AF 18 70 0 56 24 1F 145 4C 27
Octal 257 30 160 0 126 44 37 505 114 47
Binary 10101111 11000 1110000 0 1010110 100100 11111 101000101 1001100 100111

Color Harmonies of #AF1870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1870

Black with #AF1870

Text Example


Text Example

White with #AF1870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1870; }

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

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

background-color css

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

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

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

border-color css

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

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

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