Html Css Color HEX #AC0B65 Jazzberry Jam

📋 copy color: '#AC0B65'

red 172 ◦ green 11 ◦ blue 101

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

Shades of Jazzberry Jam #AC0B65

Tints of Jazzberry Jam #AC0B65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 35.56%

R = 60.56%
G = 3.87%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC0B65 (or 0xAC0B65) is known color: Jazzberry Jam. HEX triplet: AC, 0B and 65. RGB value is (172,11,101). Sum of RGB (Red+Green+Blue) = 172+11+101=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 11 (4.69% from 255 or 3.87% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0B65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0B65 is #53F49A. Grayscale: #454545. Windows color (decimal): -5502107 or 6622124. OLE color: 6622124.

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

Color convert

RGB 172 11 101 -
CMYK 0 0.94 0.41 0.33
HSL 326.46º 0.88% 0.36% -
HSV(B) 326.46º 0.94% 0.67% -
XYZ 19.48 9.95 13.21 -
YUV 69.4 145.84 201.18 -
System Red Green Blue C M Y K H S L
Decimal 172 11 101 0 0.94 0.41 0.33 326.46 0.88 0.36
Hex AC B 65 0 5E 29 21 146 58 24
Octal 254 13 145 0 136 51 41 506 130 44
Binary 10101100 1011 1100101 0 1011110 101001 100001 101000110 1011000 100100

Color Harmonies of #AC0B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0B65

Black with #AC0B65

Text Example


Text Example

White with #AC0B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0B65; }

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

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

background-color css

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

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

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

border-color css

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

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

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