Html Css Color HEX #AA025C Jazzberry Jam

📋 copy color: '#AA025C'

red 170 ◦ green 2 ◦ blue 92

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

Shades of Jazzberry Jam #AA025C

Tints of Jazzberry Jam #AA025C

RGB

 RED value IS 170 (66.8% from 255) = 64.39%

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

 BLUE value IS 92 (36.33% from 255) = 34.85%

R = 64.39%
G = 0.76%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA025C (or 0xAA025C) is known color: Jazzberry Jam. HEX triplet: AA, 02 and 5C. RGB value is (170,2,92). Sum of RGB (Red+Green+Blue) = 170+2+92=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA025C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA025C is #55FDA3. Grayscale: #3E3E3E. Windows color (decimal): -5635492 or 6029994. OLE color: 6029994.

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

Color convert

RGB 170 2 92 -
CMYK 0 0.99 0.46 0.33
HSL 327.86º 0.98% 0.34% -
HSV(B) 327.86º 0.99% 0.67% -
XYZ 18.53 9.36 10.96 -
YUV 62.49 144.66 204.68 -
System Red Green Blue C M Y K H S L
Decimal 170 2 92 0 0.99 0.46 0.33 327.86 0.98 0.34
Hex AA 2 5C 0 63 2E 21 148 62 22
Octal 252 2 134 0 143 56 41 510 142 42
Binary 10101010 10 1011100 0 1100011 101110 100001 101001000 1100010 100010

Color Harmonies of #AA025C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA025C

Black with #AA025C

Text Example


Text Example

White with #AA025C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA025C; }

 p { color: rgb(170,2,92); }

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

background-color css

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

 a { background-color: rgb(170,2,92); }

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

border-color css

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

 span { border-color: rgb(170,2,92); }

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