Html Css Color HEX #AC0D5A Jazzberry Jam

📋 copy color: '#AC0D5A'

red 172 ◦ green 13 ◦ blue 90

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

Shades of Jazzberry Jam #AC0D5A

Tints of Jazzberry Jam #AC0D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.73%

R = 62.55%
G = 4.73%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC0D5A (or 0xAC0D5A) is known color: Jazzberry Jam. HEX triplet: AC, 0D and 5A. RGB value is (172,13,90). Sum of RGB (Red+Green+Blue) = 172+13+90=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 13 (5.47% from 255 or 4.73% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0D5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0D5A is #53F2A5. Grayscale: #454545. Windows color (decimal): -5501606 or 5901740. OLE color: 5901740.

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

Color convert

RGB 172 13 90 -
CMYK 0 0.92 0.48 0.33
HSL 330.94º 0.86% 0.36% -
HSV(B) 330.94º 0.92% 0.67% -
XYZ 19 9.8 10.56 -
YUV 69.32 139.68 201.24 -
System Red Green Blue C M Y K H S L
Decimal 172 13 90 0 0.92 0.48 0.33 330.94 0.86 0.36
Hex AC D 5A 0 5C 30 21 14B 56 24
Octal 254 15 132 0 134 60 41 513 126 44
Binary 10101100 1101 1011010 0 1011100 110000 100001 101001011 1010110 100100

Color Harmonies of #AC0D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0D5A

Black with #AC0D5A

Text Example


Text Example

White with #AC0D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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