Html Css Color HEX #AC0762 Jazzberry Jam

📋 copy color: '#AC0762'

red 172 ◦ green 7 ◦ blue 98

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

Shades of Jazzberry Jam #AC0762

Tints of Jazzberry Jam #AC0762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 35.38%

R = 62.09%
G = 2.53%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AC0762 (or 0xAC0762) is known color: Jazzberry Jam. HEX triplet: AC, 07 and 62. RGB value is (172,7,98). Sum of RGB (Red+Green+Blue) = 172+7+98=277 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.09% from 277); Green value is 7 (3.12% from 255 or 2.53% from 277); Blue value is 98 (38.67% from 255 or 35.38% from 277); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0762 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0762 is #53F89D. Grayscale: #424242. Windows color (decimal): -5503134 or 6424492. OLE color: 6424492.

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

Color convert

RGB 172 7 98 -
CMYK 0 0.96 0.43 0.33
HSL 326.91º 0.92% 0.35% -
HSV(B) 326.91º 0.96% 0.67% -
XYZ 19.29 9.8 12.43 -
YUV 66.71 145.66 203.1 -
System Red Green Blue C M Y K H S L
Decimal 172 7 98 0 0.96 0.43 0.33 326.91 0.92 0.35
Hex AC 7 62 0 60 2B 21 147 5C 23
Octal 254 7 142 0 140 53 41 507 134 43
Binary 10101100 111 1100010 0 1100000 101011 100001 101000111 1011100 100011

Color Harmonies of #AC0762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0762

Black with #AC0762

Text Example


Text Example

White with #AC0762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0762; }

 p { color: rgb(172,7,98); }

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

background-color css

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

 a { background-color: rgb(172,7,98); }

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

border-color css

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

 span { border-color: rgb(172,7,98); }

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