Html Css Color HEX #AA0167 Jazzberry Jam

📋 copy color: '#AA0167'

red 170 ◦ green 1 ◦ blue 103

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

Shades of Jazzberry Jam #AA0167

Tints of Jazzberry Jam #AA0167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 37.59%

R = 62.04%
G = 0.36%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AA0167 (or 0xAA0167) is known color: Jazzberry Jam. HEX triplet: AA, 01 and 67. RGB value is (170,1,103). Sum of RGB (Red+Green+Blue) = 170+1+103=274 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.04% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 103 (40.62% from 255 or 37.59% from 274); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0167 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0167 is #55FE98. Grayscale: #3E3E3E. Windows color (decimal): -5635737 or 6750634. OLE color: 6750634.

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

Color convert

RGB 170 1 103 -
CMYK 0 0.99 0.39 0.33
HSL 323.79º 0.99% 0.34% -
HSV(B) 323.79º 0.99% 0.67% -
XYZ 19.04 9.55 13.67 -
YUV 63.16 150.49 204.21 -
System Red Green Blue C M Y K H S L
Decimal 170 1 103 0 0.99 0.39 0.33 323.79 0.99 0.34
Hex AA 1 67 0 63 27 21 144 63 22
Octal 252 1 147 0 143 47 41 504 143 42
Binary 10101010 1 1100111 0 1100011 100111 100001 101000100 1100011 100010

Color Harmonies of #AA0167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0167

Black with #AA0167

Text Example


Text Example

White with #AA0167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0167; }

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

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

background-color css

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

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

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

border-color css

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

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

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