Html Css Color HEX #AC0D68 Jazzberry Jam

📋 copy color: '#AC0D68'

red 172 ◦ green 13 ◦ blue 104

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

Shades of Jazzberry Jam #AC0D68

Tints of Jazzberry Jam #AC0D68

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.5%

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

R = 59.52%
G = 4.5%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC0D68 (or 0xAC0D68) is known color: Jazzberry Jam. HEX triplet: AC, 0D and 68. RGB value is (172,13,104). Sum of RGB (Red+Green+Blue) = 172+13+104=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 13 (5.47% from 255 or 4.50% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0D68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0D68 is #53F297. Grayscale: #464646. Windows color (decimal): -5501592 or 6819244. OLE color: 6819244.

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

Color convert

RGB 172 13 104 -
CMYK 0 0.92 0.40 0.33
HSL 325.66º 0.86% 0.36% -
HSV(B) 325.66º 0.92% 0.67% -
XYZ 19.66 10.06 14 -
YUV 70.92 146.68 200.1 -
System Red Green Blue C M Y K H S L
Decimal 172 13 104 0 0.92 0.40 0.33 325.66 0.86 0.36
Hex AC D 68 0 5C 28 21 146 56 24
Octal 254 15 150 0 134 50 41 506 126 44
Binary 10101100 1101 1101000 0 1011100 101000 100001 101000110 1010110 100100

Color Harmonies of #AC0D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0D68

Black with #AC0D68

Text Example


Text Example

White with #AC0D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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