Html Css Color HEX #AC0969 Jazzberry Jam

📋 copy color: '#AC0969'

red 172 ◦ green 9 ◦ blue 105

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

Shades of Jazzberry Jam #AC0969

Tints of Jazzberry Jam #AC0969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.71%

R = 60.14%
G = 3.15%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AC0969 (or 0xAC0969) is known color: Jazzberry Jam. HEX triplet: AC, 09 and 69. RGB value is (172,9,105). Sum of RGB (Red+Green+Blue) = 172+9+105=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 105 (41.41% from 255 or 36.71% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0969 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0969 is #53F696. Grayscale: #444444. Windows color (decimal): -5502615 or 6883756. OLE color: 6883756.

HSL color Cylindrical-coordinate representation of color #AC0969: hue angle of 324.66º 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 #AC0969 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 9 105 -
CMYK 0 0.95 0.39 0.33
HSL 324.66º 0.9% 0.35% -
HSV(B) 324.66º 0.95% 0.67% -
XYZ 19.66 9.99 14.26 -
YUV 68.68 148.5 201.69 -
System Red Green Blue C M Y K H S L
Decimal 172 9 105 0 0.95 0.39 0.33 324.66 0.9 0.35
Hex AC 9 69 0 5F 27 21 145 5A 23
Octal 254 11 151 0 137 47 41 505 132 43
Binary 10101100 1001 1101001 0 1011111 100111 100001 101000101 1011010 100011

Color Harmonies of #AC0969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0969

Black with #AC0969

Text Example


Text Example

White with #AC0969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0969; }

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

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

background-color css

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

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

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

border-color css

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

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

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