Html Css Color HEX #AC005A Jazzberry Jam

📋 copy color: '#AC005A'

red 172 ◦ green 0 ◦ blue 90

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

Shades of Jazzberry Jam #AC005A

Tints of Jazzberry Jam #AC005A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 34.35%

R = 65.65%
G = 0%
B = 34.35%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC005A (or 0xAC005A) is known color: Jazzberry Jam. HEX triplet: AC, 00 and 5A. RGB value is (172,0,90). Sum of RGB (Red+Green+Blue) = 172+0+90=262 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.65% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 172 - color contains mainly: red. Hex color #AC005A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC005A is #53FFA5. Grayscale: #3D3D3D. Windows color (decimal): -5504934 or 5898412. OLE color: 5898412.

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

Color convert

RGB 172 0 90 -
CMYK 0 1 0.48 0.33
HSL 328.6º 1% 0.34% -
HSV(B) 328.6º 1% 0.67% -
XYZ 18.86 9.51 10.51 -
YUV 61.69 143.98 206.68 -
System Red Green Blue C M Y K H S L
Decimal 172 0 90 0 1 0.48 0.33 328.6 1 0.34
Hex AC 0 5A 0 64 30 21 149 64 22
Octal 254 0 132 0 144 60 41 511 144 42
Binary 10101100 0 1011010 0 1100100 110000 100001 101001001 1100100 100010

Color Harmonies of #AC005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC005A

Black with #AC005A

Text Example


Text Example

White with #AC005A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC005A; }

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

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

background-color css

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

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

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

border-color css

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

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

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