Html Css Color HEX #AA0767 Jazzberry Jam

📋 copy color: '#AA0767'

red 170 ◦ green 7 ◦ blue 103

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

Shades of Jazzberry Jam #AA0767

Tints of Jazzberry Jam #AA0767

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.5%

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

R = 60.71%
G = 2.5%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AA0767 (or 0xAA0767) is known color: Jazzberry Jam. HEX triplet: AA, 07 and 67. RGB value is (170,7,103). Sum of RGB (Red+Green+Blue) = 170+7+103=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 103 (40.62% from 255 or 36.79% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0767 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0767 is #55F898. Grayscale: #424242. Windows color (decimal): -5634201 or 6752170. OLE color: 6752170.

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

Color convert

RGB 170 7 103 -
CMYK 0 0.96 0.39 0.33
HSL 324.66º 0.92% 0.35% -
HSV(B) 324.66º 0.96% 0.67% -
XYZ 19.1 9.68 13.69 -
YUV 66.68 148.5 201.69 -
System Red Green Blue C M Y K H S L
Decimal 170 7 103 0 0.96 0.39 0.33 324.66 0.92 0.35
Hex AA 7 67 0 60 27 21 145 5C 23
Octal 252 7 147 0 140 47 41 505 134 43
Binary 10101010 111 1100111 0 1100000 100111 100001 101000101 1011100 100011

Color Harmonies of #AA0767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0767

Black with #AA0767

Text Example


Text Example

White with #AA0767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0767; }

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

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

background-color css

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

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

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

border-color css

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

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

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