Html Css Color HEX #AC0068 Jazzberry Jam

📋 copy color: '#AC0068'

red 172 ◦ green 0 ◦ blue 104

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

Shades of Jazzberry Jam #AC0068

Tints of Jazzberry Jam #AC0068

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 62.32%
G = 0%
B = 37.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC0068 (or 0xAC0068) is known color: Jazzberry Jam. HEX triplet: AC, 00 and 68. RGB value is (172,0,104). Sum of RGB (Red+Green+Blue) = 172+0+104=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 104 (41.02% from 255 or 37.68% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0068 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0068 is #53FF97. Grayscale: #3F3F3F. Windows color (decimal): -5504920 or 6815916. OLE color: 6815916.

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

Color convert

RGB 172 0 104 -
CMYK 0 1 0.40 0.33
HSL 323.72º 1% 0.34% -
HSV(B) 323.72º 1% 0.67% -
XYZ 19.51 9.77 13.95 -
YUV 63.28 150.98 205.54 -
System Red Green Blue C M Y K H S L
Decimal 172 0 104 0 1 0.40 0.33 323.72 1 0.34
Hex AC 0 68 0 64 28 21 144 64 22
Octal 254 0 150 0 144 50 41 504 144 42
Binary 10101100 0 1101000 0 1100100 101000 100001 101000100 1100100 100010

Color Harmonies of #AC0068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0068

Black with #AC0068

Text Example


Text Example

White with #AC0068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0068; }

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

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

background-color css

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

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

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

border-color css

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

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

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