Html Css Color HEX #AC0C75 Jazzberry Jam

📋 copy color: '#AC0C75'

red 172 ◦ green 12 ◦ blue 117

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

Shades of Jazzberry Jam #AC0C75

Tints of Jazzberry Jam #AC0C75

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.99%

 BLUE value IS 117 (46.09% from 255) = 38.87%

R = 57.14%
G = 3.99%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC0C75 (or 0xAC0C75) is known color: Jazzberry Jam. HEX triplet: AC, 0C and 75. RGB value is (172,12,117). Sum of RGB (Red+Green+Blue) = 172+12+117=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 12 (5.08% from 255 or 3.99% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0C75 is #53F38A. Grayscale: #474747. Windows color (decimal): -5501835 or 7670956. OLE color: 7670956.

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

Color convert

RGB 172 12 117 -
CMYK 0 0.93 0.32 0.33
HSL 320.63º 0.87% 0.36% -
HSV(B) 320.63º 0.93% 0.67% -
XYZ 20.36 10.32 17.75 -
YUV 71.81 153.51 199.46 -
System Red Green Blue C M Y K H S L
Decimal 172 12 117 0 0.93 0.32 0.33 320.63 0.87 0.36
Hex AC C 75 0 5D 20 21 141 57 24
Octal 254 14 165 0 135 40 41 501 127 44
Binary 10101100 1100 1110101 0 1011101 100000 100001 101000001 1010111 100100

Color Harmonies of #AC0C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0C75

Black with #AC0C75

Text Example


Text Example

White with #AC0C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0C75; }

 p { color: rgb(172,12,117); }

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

background-color css

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

 a { background-color: rgb(172,12,117); }

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

border-color css

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

 span { border-color: rgb(172,12,117); }

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