Html Css Color HEX #AC0962 Jazzberry Jam

📋 copy color: '#AC0962'

red 172 ◦ green 9 ◦ blue 98

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

Shades of Jazzberry Jam #AC0962

Tints of Jazzberry Jam #AC0962

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.23%

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

R = 61.65%
G = 3.23%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AC0962 (or 0xAC0962) is known color: Jazzberry Jam. HEX triplet: AC, 09 and 62. RGB value is (172,9,98). Sum of RGB (Red+Green+Blue) = 172+9+98=279 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.65% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0962 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0962 is #53F69D. Grayscale: #434343. Windows color (decimal): -5502622 or 6425004. OLE color: 6425004.

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

Color convert

RGB 172 9 98 -
CMYK 0 0.95 0.43 0.33
HSL 327.24º 0.9% 0.35% -
HSV(B) 327.24º 0.95% 0.67% -
XYZ 19.32 9.85 12.44 -
YUV 67.88 145 202.26 -
System Red Green Blue C M Y K H S L
Decimal 172 9 98 0 0.95 0.43 0.33 327.24 0.9 0.35
Hex AC 9 62 0 5F 2B 21 147 5A 23
Octal 254 11 142 0 137 53 41 507 132 43
Binary 10101100 1001 1100010 0 1011111 101011 100001 101000111 1011010 100011

Color Harmonies of #AC0962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0962

Black with #AC0962

Text Example


Text Example

White with #AC0962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0962; }

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

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

background-color css

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

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

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

border-color css

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

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

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