Html Css Color HEX #AA0163 Jazzberry Jam

📋 copy color: '#AA0163'

red 170 ◦ green 1 ◦ blue 99

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

Shades of Jazzberry Jam #AA0163

Tints of Jazzberry Jam #AA0163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 36.67%

R = 62.96%
G = 0.37%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AA0163 (or 0xAA0163) is known color: Jazzberry Jam. HEX triplet: AA, 01 and 63. RGB value is (170,1,99). Sum of RGB (Red+Green+Blue) = 170+1+99=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 99 (39.06% from 255 or 36.67% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0163 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0163 is #55FE9C. Grayscale: #3E3E3E. Windows color (decimal): -5635741 or 6488490. OLE color: 6488490.

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

Color convert

RGB 170 1 99 -
CMYK 0 0.99 0.42 0.33
HSL 325.21º 0.99% 0.34% -
HSV(B) 325.21º 0.99% 0.67% -
XYZ 18.84 9.47 12.64 -
YUV 62.7 148.49 204.53 -
System Red Green Blue C M Y K H S L
Decimal 170 1 99 0 0.99 0.42 0.33 325.21 0.99 0.34
Hex AA 1 63 0 63 2A 21 145 63 22
Octal 252 1 143 0 143 52 41 505 143 42
Binary 10101010 1 1100011 0 1100011 101010 100001 101000101 1100011 100010

Color Harmonies of #AA0163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0163

Black with #AA0163

Text Example


Text Example

White with #AA0163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0163; }

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

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

background-color css

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

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

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

border-color css

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

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

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