Html Css Color HEX #AA015E Jazzberry Jam

📋 copy color: '#AA015E'

red 170 ◦ green 1 ◦ blue 94

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

Shades of Jazzberry Jam #AA015E

Tints of Jazzberry Jam #AA015E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 94 (37.11% from 255) = 35.47%

R = 64.15%
G = 0.38%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA015E (or 0xAA015E) is known color: Jazzberry Jam. HEX triplet: AA, 01 and 5E. RGB value is (170,1,94). Sum of RGB (Red+Green+Blue) = 170+1+94=265 (35% of max value = 765). Red value is 170 (66.80% from 255 or 64.15% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 94 (37.11% from 255 or 35.47% from 265); Max value from RGB is 170 - color contains mainly: red. Hex color #AA015E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA015E is #55FEA1. Grayscale: #3D3D3D. Windows color (decimal): -5635746 or 6160810. OLE color: 6160810.

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

Color convert

RGB 170 1 94 -
CMYK 0 0.99 0.45 0.33
HSL 326.98º 0.99% 0.34% -
HSV(B) 326.98º 0.99% 0.67% -
XYZ 18.61 9.38 11.42 -
YUV 62.13 145.99 204.94 -
System Red Green Blue C M Y K H S L
Decimal 170 1 94 0 0.99 0.45 0.33 326.98 0.99 0.34
Hex AA 1 5E 0 63 2D 21 147 63 22
Octal 252 1 136 0 143 55 41 507 143 42
Binary 10101010 1 1011110 0 1100011 101101 100001 101000111 1100011 100010

Color Harmonies of #AA015E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA015E

Black with #AA015E

Text Example


Text Example

White with #AA015E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA015E; }

 p { color: rgb(170,1,94); }

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

background-color css

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

 a { background-color: rgb(170,1,94); }

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

border-color css

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

 span { border-color: rgb(170,1,94); }

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