Html Css Color HEX #AF1970 Jazzberry Jam

📋 copy color: '#AF1970'

red 175 ◦ green 25 ◦ blue 112

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

Shades of Jazzberry Jam #AF1970

Tints of Jazzberry Jam #AF1970

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.01%

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

R = 56.09%
G = 8.01%
B = 35.9%

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

#AF1970 (or 0xAF1970) is known color: Jazzberry Jam. HEX triplet: AF, 19 and 70. RGB value is (175,25,112). Sum of RGB (Red+Green+Blue) = 175+25+112=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1970 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1970 is #50E68F. Grayscale: #4F4F4F. Windows color (decimal): -5301904 or 7346607. OLE color: 7346607.

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

Color convert

RGB 175 25 112 -
CMYK 0 0.86 0.36 0.31
HSL 325.2º 0.75% 0.39% -
HSV(B) 325.2º 0.86% 0.69% -
XYZ 20.95 10.98 16.34 -
YUV 79.77 146.2 195.93 -
System Red Green Blue C M Y K H S L
Decimal 175 25 112 0 0.86 0.36 0.31 325.2 0.75 0.39
Hex AF 19 70 0 56 24 1F 145 4B 27
Octal 257 31 160 0 126 44 37 505 113 47
Binary 10101111 11001 1110000 0 1010110 100100 11111 101000101 1001011 100111

Color Harmonies of #AF1970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1970

Black with #AF1970

Text Example


Text Example

White with #AF1970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1970; }

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

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

background-color css

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

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

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

border-color css

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

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

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