Html Css Color HEX #AA014E Jazzberry Jam

📋 copy color: '#AA014E'

red 170 ◦ green 1 ◦ blue 78

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

Shades of Jazzberry Jam #AA014E

Tints of Jazzberry Jam #AA014E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 31.33%

R = 68.27%
G = 0.4%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AA014E (or 0xAA014E) is known color: Jazzberry Jam. HEX triplet: AA, 01 and 4E. RGB value is (170,1,78). Sum of RGB (Red+Green+Blue) = 170+1+78=249 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.27% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 78 (30.86% from 255 or 31.33% from 249); Max value from RGB is 170 - color contains mainly: red. Hex color #AA014E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA014E is #55FEB1. Grayscale: #3C3C3C. Windows color (decimal): -5635762 or 5112234. OLE color: 5112234.

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

Color convert

RGB 170 1 78 -
CMYK 0 0.99 0.54 0.33
HSL 332.66º 0.99% 0.34% -
HSV(B) 332.66º 0.99% 0.67% -
XYZ 17.96 9.12 8.02 -
YUV 60.31 137.99 206.24 -
System Red Green Blue C M Y K H S L
Decimal 170 1 78 0 0.99 0.54 0.33 332.66 0.99 0.34
Hex AA 1 4E 0 63 36 21 14D 63 22
Octal 252 1 116 0 143 66 41 515 143 42
Binary 10101010 1 1001110 0 1100011 110110 100001 101001101 1100011 100010

Color Harmonies of #AA014E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA014E

Black with #AA014E

Text Example


Text Example

White with #AA014E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA014E; }

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

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

background-color css

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

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

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

border-color css

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

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

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