Html Css Color HEX #AF1770 Jazzberry Jam

📋 copy color: '#AF1770'

red 175 ◦ green 23 ◦ blue 112

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

Shades of Jazzberry Jam #AF1770

Tints of Jazzberry Jam #AF1770

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.42%

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

R = 56.45%
G = 7.42%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AF1770 (or 0xAF1770) is known color: Jazzberry Jam. HEX triplet: AF, 17 and 70. RGB value is (175,23,112). Sum of RGB (Red+Green+Blue) = 175+23+112=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1770 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1770 is #50E88F. Grayscale: #4E4E4E. Windows color (decimal): -5302416 or 7346095. OLE color: 7346095.

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

Color convert

RGB 175 23 112 -
CMYK 0 0.87 0.36 0.31
HSL 324.87º 0.77% 0.39% -
HSV(B) 324.87º 0.87% 0.69% -
XYZ 20.91 10.9 16.33 -
YUV 78.59 146.86 196.76 -
System Red Green Blue C M Y K H S L
Decimal 175 23 112 0 0.87 0.36 0.31 324.87 0.77 0.39
Hex AF 17 70 0 57 24 1F 145 4D 27
Octal 257 27 160 0 127 44 37 505 115 47
Binary 10101111 10111 1110000 0 1010111 100100 11111 101000101 1001101 100111

Color Harmonies of #AF1770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1770

Black with #AF1770

Text Example


Text Example

White with #AF1770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1770; }

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

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

background-color css

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

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

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

border-color css

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

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

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