Html Css Color HEX #AF0772 Jazzberry Jam

📋 copy color: '#AF0772'

red 175 ◦ green 7 ◦ blue 114

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

Shades of Jazzberry Jam #AF0772

Tints of Jazzberry Jam #AF0772

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.36%

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

R = 59.12%
G = 2.36%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF0772 (or 0xAF0772) is known color: Jazzberry Jam. HEX triplet: AF, 07 and 72. RGB value is (175,7,114). Sum of RGB (Red+Green+Blue) = 175+7+114=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0772 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0772 is #50F88D. Grayscale: #454545. Windows color (decimal): -5306510 or 7473071. OLE color: 7473071.

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

Color convert

RGB 175 7 114 -
CMYK 0 0.96 0.35 0.31
HSL 321.79º 0.92% 0.36% -
HSV(B) 321.79º 0.96% 0.69% -
XYZ 20.79 10.48 16.85 -
YUV 69.43 153.16 203.3 -
System Red Green Blue C M Y K H S L
Decimal 175 7 114 0 0.96 0.35 0.31 321.79 0.92 0.36
Hex AF 7 72 0 60 23 1F 142 5C 24
Octal 257 7 162 0 140 43 37 502 134 44
Binary 10101111 111 1110010 0 1100000 100011 11111 101000010 1011100 100100

Color Harmonies of #AF0772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0772

Black with #AF0772

Text Example


Text Example

White with #AF0772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0772; }

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

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

background-color css

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

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

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

border-color css

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

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

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