Html Css Color HEX #AC025A Jazzberry Jam

📋 copy color: '#AC025A'

red 172 ◦ green 2 ◦ blue 90

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

Shades of Jazzberry Jam #AC025A

Tints of Jazzberry Jam #AC025A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.76%

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

R = 65.15%
G = 0.76%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC025A (or 0xAC025A) is known color: Jazzberry Jam. HEX triplet: AC, 02 and 5A. RGB value is (172,2,90). Sum of RGB (Red+Green+Blue) = 172+2+90=264 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.15% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 172 - color contains mainly: red. Hex color #AC025A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC025A is #53FDA5. Grayscale: #3E3E3E. Windows color (decimal): -5504422 or 5898924. OLE color: 5898924.

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

Color convert

RGB 172 2 90 -
CMYK 0 0.99 0.48 0.33
HSL 328.94º 0.98% 0.34% -
HSV(B) 328.94º 0.99% 0.67% -
XYZ 18.88 9.55 10.52 -
YUV 62.86 143.32 205.84 -
System Red Green Blue C M Y K H S L
Decimal 172 2 90 0 0.99 0.48 0.33 328.94 0.98 0.34
Hex AC 2 5A 0 63 30 21 149 62 22
Octal 254 2 132 0 143 60 41 511 142 42
Binary 10101100 10 1011010 0 1100011 110000 100001 101001001 1100010 100010

Color Harmonies of #AC025A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC025A

Black with #AC025A

Text Example


Text Example

White with #AC025A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC025A; }

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

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

background-color css

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

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

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

border-color css

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

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

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