Html Css Color HEX #AC0A50 Jazzberry Jam

📋 copy color: '#AC0A50'

red 172 ◦ green 10 ◦ blue 80

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

Shades of Jazzberry Jam #AC0A50

Tints of Jazzberry Jam #AC0A50

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.82%

 BLUE value IS 80 (31.64% from 255) = 30.53%

R = 65.65%
G = 3.82%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AC0A50 (or 0xAC0A50) is known color: Jazzberry Jam. HEX triplet: AC, 0A and 50. RGB value is (172,10,80). Sum of RGB (Red+Green+Blue) = 172+10+80=262 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.65% from 262); Green value is 10 (4.30% from 255 or 3.82% from 262); Blue value is 80 (31.64% from 255 or 30.53% from 262); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0A50 is #53F5AF. Grayscale: #424242. Windows color (decimal): -5502384 or 5245612. OLE color: 5245612.

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

Color convert

RGB 172 10 80 -
CMYK 0 0.94 0.53 0.33
HSL 334.07º 0.89% 0.36% -
HSV(B) 334.07º 0.94% 0.67% -
XYZ 18.57 9.57 8.46 -
YUV 66.42 135.67 203.31 -
System Red Green Blue C M Y K H S L
Decimal 172 10 80 0 0.94 0.53 0.33 334.07 0.89 0.36
Hex AC A 50 0 5E 35 21 14E 59 24
Octal 254 12 120 0 136 65 41 516 131 44
Binary 10101100 1010 1010000 0 1011110 110101 100001 101001110 1011001 100100

Color Harmonies of #AC0A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0A50

Black with #AC0A50

Text Example


Text Example

White with #AC0A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0A50; }

 p { color: rgb(172,10,80); }

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

background-color css

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

 a { background-color: rgb(172,10,80); }

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

border-color css

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

 span { border-color: rgb(172,10,80); }

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