Html Css Color HEX #AA0067 Jazzberry Jam

📋 copy color: '#AA0067'

red 170 ◦ green 0 ◦ blue 103

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

Shades of Jazzberry Jam #AA0067

Tints of Jazzberry Jam #AA0067

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 62.27%
G = 0%
B = 37.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AA0067 (or 0xAA0067) is known color: Jazzberry Jam. HEX triplet: AA, 00 and 67. RGB value is (170,0,103). Sum of RGB (Red+Green+Blue) = 170+0+103=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 103 (40.62% from 255 or 37.73% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0067 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0067 is #55FF98. Grayscale: #3E3E3E. Windows color (decimal): -5635993 or 6750378. OLE color: 6750378.

HSL color Cylindrical-coordinate representation of color #AA0067: hue angle of 323.65º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA0067 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 0 103 -
CMYK 0 1 0.39 0.33
HSL 323.65º 1% 0.33% -
HSV(B) 323.65º 1% 0.67% -
XYZ 19.03 9.53 13.67 -
YUV 62.57 150.82 204.62 -
System Red Green Blue C M Y K H S L
Decimal 170 0 103 0 1 0.39 0.33 323.65 1 0.33
Hex AA 0 67 0 64 27 21 144 64 21
Octal 252 0 147 0 144 47 41 504 144 41
Binary 10101010 0 1100111 0 1100100 100111 100001 101000100 1100100 100001

Color Harmonies of #AA0067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0067

Black with #AA0067

Text Example


Text Example

White with #AA0067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0067; }

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

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

background-color css

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

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

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

border-color css

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

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

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