Html Css Color HEX #AA025B Jazzberry Jam

📋 copy color: '#AA025B'

red 170 ◦ green 2 ◦ blue 91

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

Shades of Jazzberry Jam #AA025B

Tints of Jazzberry Jam #AA025B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 34.6%

R = 64.64%
G = 0.76%
B = 34.6%

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

#AA025B (or 0xAA025B) is known color: Jazzberry Jam. HEX triplet: AA, 02 and 5B. RGB value is (170,2,91). Sum of RGB (Red+Green+Blue) = 170+2+91=263 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.64% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 170 - color contains mainly: red. Hex color #AA025B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA025B is #55FDA4. Grayscale: #3E3E3E. Windows color (decimal): -5635493 or 5964458. OLE color: 5964458.

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

Color convert

RGB 170 2 91 -
CMYK 0 0.99 0.46 0.33
HSL 328.21º 0.98% 0.34% -
HSV(B) 328.21º 0.99% 0.67% -
XYZ 18.49 9.34 10.73 -
YUV 62.38 144.16 204.76 -
System Red Green Blue C M Y K H S L
Decimal 170 2 91 0 0.99 0.46 0.33 328.21 0.98 0.34
Hex AA 2 5B 0 63 2E 21 148 62 22
Octal 252 2 133 0 143 56 41 510 142 42
Binary 10101010 10 1011011 0 1100011 101110 100001 101001000 1100010 100010

Color Harmonies of #AA025B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA025B

Black with #AA025B

Text Example


Text Example

White with #AA025B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA025B; }

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

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

background-color css

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

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

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

border-color css

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

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

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