Html Css Color HEX #AC0D75 Jazzberry Jam

📋 copy color: '#AC0D75'

red 172 ◦ green 13 ◦ blue 117

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

Shades of Jazzberry Jam #AC0D75

Tints of Jazzberry Jam #AC0D75

RGB

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

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

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

R = 56.95%
G = 4.3%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC0D75 (or 0xAC0D75) is known color: Jazzberry Jam. HEX triplet: AC, 0D and 75. RGB value is (172,13,117). Sum of RGB (Red+Green+Blue) = 172+13+117=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 13 (5.47% from 255 or 4.30% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0D75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0D75 is #53F28A. Grayscale: #484848. Windows color (decimal): -5501579 or 7671212. OLE color: 7671212.

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

Color convert

RGB 172 13 117 -
CMYK 0 0.92 0.32 0.33
HSL 320.75º 0.86% 0.36% -
HSV(B) 320.75º 0.92% 0.67% -
XYZ 20.37 10.34 17.75 -
YUV 72.4 153.18 199.04 -
System Red Green Blue C M Y K H S L
Decimal 172 13 117 0 0.92 0.32 0.33 320.75 0.86 0.36
Hex AC D 75 0 5C 20 21 141 56 24
Octal 254 15 165 0 134 40 41 501 126 44
Binary 10101100 1101 1110101 0 1011100 100000 100001 101000001 1010110 100100

Color Harmonies of #AC0D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0D75

Black with #AC0D75

Text Example


Text Example

White with #AC0D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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