Html Css Color HEX #AC0B74 Jazzberry Jam

📋 copy color: '#AC0B74'

red 172 ◦ green 11 ◦ blue 116

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

Shades of Jazzberry Jam #AC0B74

Tints of Jazzberry Jam #AC0B74

RGB

 RED value IS 172 (67.58% from 255) = 57.53%

 GREEN value IS 11 (4.69% from 255) = 3.68%

 BLUE value IS 116 (45.7% from 255) = 38.8%

R = 57.53%
G = 3.68%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC0B74 (or 0xAC0B74) is known color: Jazzberry Jam. HEX triplet: AC, 0B and 74. RGB value is (172,11,116). Sum of RGB (Red+Green+Blue) = 172+11+116=299 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.53% from 299); Green value is 11 (4.69% from 255 or 3.68% from 299); Blue value is 116 (45.70% from 255 or 38.80% from 299); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0B74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0B74 is #53F48B. Grayscale: #464646. Windows color (decimal): -5502092 or 7605164. OLE color: 7605164.

HSL color Cylindrical-coordinate representation of color #AC0B74: hue angle of 320.87º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0B74 is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 11 116 -
CMYK 0 0.94 0.33 0.33
HSL 320.87º 0.88% 0.36% -
HSV(B) 320.87º 0.94% 0.67% -
XYZ 20.29 10.27 17.44 -
YUV 71.11 153.34 199.96 -
System Red Green Blue C M Y K H S L
Decimal 172 11 116 0 0.94 0.33 0.33 320.87 0.88 0.36
Hex AC B 74 0 5E 21 21 141 58 24
Octal 254 13 164 0 136 41 41 501 130 44
Binary 10101100 1011 1110100 0 1011110 100001 100001 101000001 1011000 100100

Color Harmonies of #AC0B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0B74

Black with #AC0B74

Text Example


Text Example

White with #AC0B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0B74; }

 p { color: rgb(172,11,116); }

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

background-color css

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

 a { background-color: rgb(172,11,116); }

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

border-color css

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

 span { border-color: rgb(172,11,116); }

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