Html Css Color HEX #AC0050 Jazzberry Jam

📋 copy color: '#AC0050'

red 172 ◦ green 0 ◦ blue 80

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

Shades of Jazzberry Jam #AC0050

Tints of Jazzberry Jam #AC0050

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 68.25%
G = 0%
B = 31.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AC0050 (or 0xAC0050) is known color: Jazzberry Jam. HEX triplet: AC, 00 and 50. RGB value is (172,0,80). Sum of RGB (Red+Green+Blue) = 172+0+80=252 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.25% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0050 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0050 is #53FFAF. Grayscale: #3C3C3C. Windows color (decimal): -5504944 or 5243052. OLE color: 5243052.

HSL color Cylindrical-coordinate representation of color #AC0050: hue angle of 332.09º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC0050 is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 0 80 -
CMYK 0 1 0.53 0.33
HSL 332.09º 1% 0.34% -
HSV(B) 332.09º 1% 0.67% -
XYZ 18.46 9.35 8.42 -
YUV 60.55 138.98 207.5 -
System Red Green Blue C M Y K H S L
Decimal 172 0 80 0 1 0.53 0.33 332.09 1 0.34
Hex AC 0 50 0 64 35 21 14C 64 22
Octal 254 0 120 0 144 65 41 514 144 42
Binary 10101100 0 1010000 0 1100100 110101 100001 101001100 1100100 100010

Color Harmonies of #AC0050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0050

Black with #AC0050

Text Example


Text Example

White with #AC0050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0050; }

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

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

background-color css

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

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

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

border-color css

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

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

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