Html Css Color HEX #AF1E72 Jazzberry Jam

📋 copy color: '#AF1E72'

red 175 ◦ green 30 ◦ blue 114

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

Shades of Jazzberry Jam #AF1E72

Tints of Jazzberry Jam #AF1E72

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.4%

 BLUE value IS 114 (44.92% from 255) = 35.74%

R = 54.86%
G = 9.4%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF1E72 (or 0xAF1E72) is known color: Jazzberry Jam. HEX triplet: AF, 1E and 72. RGB value is (175,30,114). Sum of RGB (Red+Green+Blue) = 175+30+114=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 30 (12.11% from 255 or 9.40% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1E72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1E72 is #50E18D. Grayscale: #525252. Windows color (decimal): -5300622 or 7478959. OLE color: 7478959.

HSL color Cylindrical-coordinate representation of color #AF1E72: hue angle of 325.24º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF1E72 is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 30 114 -
CMYK 0 0.83 0.35 0.31
HSL 325.24º 0.71% 0.4% -
HSV(B) 325.24º 0.83% 0.69% -
XYZ 21.18 11.26 16.98 -
YUV 82.93 145.54 193.67 -
System Red Green Blue C M Y K H S L
Decimal 175 30 114 0 0.83 0.35 0.31 325.24 0.71 0.4
Hex AF 1E 72 0 53 23 1F 145 47 28
Octal 257 36 162 0 123 43 37 505 107 50
Binary 10101111 11110 1110010 0 1010011 100011 11111 101000101 1000111 101000

Color Harmonies of #AF1E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1E72

Black with #AF1E72

Text Example


Text Example

White with #AF1E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1E72; }

 p { color: rgb(175,30,114); }

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

background-color css

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

 a { background-color: rgb(175,30,114); }

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

border-color css

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

 span { border-color: rgb(175,30,114); }

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