Html Css Color HEX #AC0B5D Jazzberry Jam

📋 copy color: '#AC0B5D'

red 172 ◦ green 11 ◦ blue 93

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

Shades of Jazzberry Jam #AC0B5D

Tints of Jazzberry Jam #AC0B5D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.99%

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

R = 62.32%
G = 3.99%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AC0B5D (or 0xAC0B5D) is known color: Jazzberry Jam. HEX triplet: AC, 0B and 5D. RGB value is (172,11,93). Sum of RGB (Red+Green+Blue) = 172+11+93=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0B5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0B5D is #53F4A2. Grayscale: #444444. Windows color (decimal): -5502115 or 6097836. OLE color: 6097836.

HSL color Cylindrical-coordinate representation of color #AC0B5D: hue angle of 329.44º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0B5D is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 11 93 -
CMYK 0 0.94 0.46 0.33
HSL 329.44º 0.88% 0.36% -
HSV(B) 329.44º 0.94% 0.67% -
XYZ 19.11 9.8 11.24 -
YUV 68.49 141.84 201.83 -
System Red Green Blue C M Y K H S L
Decimal 172 11 93 0 0.94 0.46 0.33 329.44 0.88 0.36
Hex AC B 5D 0 5E 2E 21 149 58 24
Octal 254 13 135 0 136 56 41 511 130 44
Binary 10101100 1011 1011101 0 1011110 101110 100001 101001001 1011000 100100

Color Harmonies of #AC0B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0B5D

Black with #AC0B5D

Text Example


Text Example

White with #AC0B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0B5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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