Html Css Color HEX #AC0D61 Jazzberry Jam

📋 copy color: '#AC0D61'

red 172 ◦ green 13 ◦ blue 97

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

Shades of Jazzberry Jam #AC0D61

Tints of Jazzberry Jam #AC0D61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 34.4%

R = 60.99%
G = 4.61%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC0D61 (or 0xAC0D61) is known color: Jazzberry Jam. HEX triplet: AC, 0D and 61. RGB value is (172,13,97). Sum of RGB (Red+Green+Blue) = 172+13+97=282 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.99% from 282); Green value is 13 (5.47% from 255 or 4.61% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0D61 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0D61 is #53F29E. Grayscale: #454545. Windows color (decimal): -5501599 or 6360492. OLE color: 6360492.

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

Color convert

RGB 172 13 97 -
CMYK 0 0.92 0.44 0.33
HSL 328.3º 0.86% 0.36% -
HSV(B) 328.3º 0.92% 0.67% -
XYZ 19.31 9.92 12.21 -
YUV 70.12 143.18 200.67 -
System Red Green Blue C M Y K H S L
Decimal 172 13 97 0 0.92 0.44 0.33 328.3 0.86 0.36
Hex AC D 61 0 5C 2C 21 148 56 24
Octal 254 15 141 0 134 54 41 510 126 44
Binary 10101100 1101 1100001 0 1011100 101100 100001 101001000 1010110 100100

Color Harmonies of #AC0D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0D61

Black with #AC0D61

Text Example


Text Example

White with #AC0D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0D61; }

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

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

background-color css

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

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

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

border-color css

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

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

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