Html Css Color HEX #AC0D5D Jazzberry Jam

📋 copy color: '#AC0D5D'

red 172 ◦ green 13 ◦ blue 93

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

Shades of Jazzberry Jam #AC0D5D

Tints of Jazzberry Jam #AC0D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 33.45%

R = 61.87%
G = 4.68%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AC0D5D (or 0xAC0D5D) is known color: Jazzberry Jam. HEX triplet: AC, 0D and 5D. RGB value is (172,13,93). Sum of RGB (Red+Green+Blue) = 172+13+93=278 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.87% from 278); Green value is 13 (5.47% from 255 or 4.68% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0D5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0D5D is #53F2A2. Grayscale: #454545. Windows color (decimal): -5501603 or 6098348. OLE color: 6098348.

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

Color convert

RGB 172 13 93 -
CMYK 0 0.92 0.46 0.33
HSL 329.81º 0.86% 0.36% -
HSV(B) 329.81º 0.92% 0.67% -
XYZ 19.13 9.85 11.25 -
YUV 69.66 141.18 201 -
System Red Green Blue C M Y K H S L
Decimal 172 13 93 0 0.92 0.46 0.33 329.81 0.86 0.36
Hex AC D 5D 0 5C 2E 21 14A 56 24
Octal 254 15 135 0 134 56 41 512 126 44
Binary 10101100 1101 1011101 0 1011100 101110 100001 101001010 1010110 100100

Color Harmonies of #AC0D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0D5D

Black with #AC0D5D

Text Example


Text Example

White with #AC0D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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