Html Css Color HEX #AC0868 Jazzberry Jam

📋 copy color: '#AC0868'

red 172 ◦ green 8 ◦ blue 104

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

Shades of Jazzberry Jam #AC0868

Tints of Jazzberry Jam #AC0868

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.82%

 BLUE value IS 104 (41.02% from 255) = 36.62%

R = 60.56%
G = 2.82%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC0868 (or 0xAC0868) is known color: Jazzberry Jam. HEX triplet: AC, 08 and 68. RGB value is (172,8,104). Sum of RGB (Red+Green+Blue) = 172+8+104=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0868 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0868 is #53F797. Grayscale: #434343. Windows color (decimal): -5502872 or 6817964. OLE color: 6817964.

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

Color convert

RGB 172 8 104 -
CMYK 0 0.95 0.40 0.33
HSL 324.88º 0.91% 0.35% -
HSV(B) 324.88º 0.95% 0.67% -
XYZ 19.6 9.94 13.98 -
YUV 67.98 148.33 202.19 -
System Red Green Blue C M Y K H S L
Decimal 172 8 104 0 0.95 0.40 0.33 324.88 0.91 0.35
Hex AC 8 68 0 5F 28 21 145 5B 23
Octal 254 10 150 0 137 50 41 505 133 43
Binary 10101100 1000 1101000 0 1011111 101000 100001 101000101 1011011 100011

Color Harmonies of #AC0868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0868

Black with #AC0868

Text Example


Text Example

White with #AC0868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0868; }

 p { color: rgb(172,8,104); }

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

background-color css

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

 a { background-color: rgb(172,8,104); }

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

border-color css

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

 span { border-color: rgb(172,8,104); }

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