Html Css Color HEX #AC0D5B Jazzberry Jam

📋 copy color: '#AC0D5B'

red 172 ◦ green 13 ◦ blue 91

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

Shades of Jazzberry Jam #AC0D5B

Tints of Jazzberry Jam #AC0D5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.97%

R = 62.32%
G = 4.71%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC0D5B (or 0xAC0D5B) is known color: Jazzberry Jam. HEX triplet: AC, 0D and 5B. RGB value is (172,13,91). Sum of RGB (Red+Green+Blue) = 172+13+91=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 13 (5.47% from 255 or 4.71% from 276); Blue value is 91 (35.94% from 255 or 32.97% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0D5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0D5B is #53F2A4. Grayscale: #454545. Windows color (decimal): -5501605 or 5967276. OLE color: 5967276.

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

Color convert

RGB 172 13 91 -
CMYK 0 0.92 0.47 0.33
HSL 330.57º 0.86% 0.36% -
HSV(B) 330.57º 0.92% 0.67% -
XYZ 19.05 9.81 10.79 -
YUV 69.43 140.18 201.16 -
System Red Green Blue C M Y K H S L
Decimal 172 13 91 0 0.92 0.47 0.33 330.57 0.86 0.36
Hex AC D 5B 0 5C 2F 21 14B 56 24
Octal 254 15 133 0 134 57 41 513 126 44
Binary 10101100 1101 1011011 0 1011100 101111 100001 101001011 1010110 100100

Color Harmonies of #AC0D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0D5B

Black with #AC0D5B

Text Example


Text Example

White with #AC0D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0D5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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