Html Css Color HEX #AC0B67 Jazzberry Jam

📋 copy color: '#AC0B67'

red 172 ◦ green 11 ◦ blue 103

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

Shades of Jazzberry Jam #AC0B67

Tints of Jazzberry Jam #AC0B67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 36.01%

R = 60.14%
G = 3.85%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC0B67 (or 0xAC0B67) is known color: Jazzberry Jam. HEX triplet: AC, 0B and 67. RGB value is (172,11,103). Sum of RGB (Red+Green+Blue) = 172+11+103=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 11 (4.69% from 255 or 3.85% from 286); Blue value is 103 (40.62% from 255 or 36.01% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0B67 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0B67 is #53F498. Grayscale: #454545. Windows color (decimal): -5502105 or 6753196. OLE color: 6753196.

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

Color convert

RGB 172 11 103 -
CMYK 0 0.94 0.40 0.33
HSL 325.71º 0.88% 0.36% -
HSV(B) 325.71º 0.94% 0.67% -
XYZ 19.58 9.99 13.73 -
YUV 69.63 146.84 201.02 -
System Red Green Blue C M Y K H S L
Decimal 172 11 103 0 0.94 0.40 0.33 325.71 0.88 0.36
Hex AC B 67 0 5E 28 21 146 58 24
Octal 254 13 147 0 136 50 41 506 130 44
Binary 10101100 1011 1100111 0 1011110 101000 100001 101000110 1011000 100100

Color Harmonies of #AC0B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0B67

Black with #AC0B67

Text Example


Text Example

White with #AC0B67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0B67; }

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

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

background-color css

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

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

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

border-color css

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

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

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