Html Css Color HEX #AA0769 Jazzberry Jam

📋 copy color: '#AA0769'

red 170 ◦ green 7 ◦ blue 105

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

Shades of Jazzberry Jam #AA0769

Tints of Jazzberry Jam #AA0769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 37.23%

R = 60.28%
G = 2.48%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AA0769 (or 0xAA0769) is known color: Jazzberry Jam. HEX triplet: AA, 07 and 69. RGB value is (170,7,105). Sum of RGB (Red+Green+Blue) = 170+7+105=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 7 (3.12% from 255 or 2.48% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0769 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0769 is #55F896. Grayscale: #424242. Windows color (decimal): -5634199 or 6883242. OLE color: 6883242.

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

Color convert

RGB 170 7 105 -
CMYK 0 0.96 0.38 0.33
HSL 323.93º 0.92% 0.35% -
HSV(B) 323.93º 0.96% 0.67% -
XYZ 19.2 9.72 14.23 -
YUV 66.91 149.5 201.53 -
System Red Green Blue C M Y K H S L
Decimal 170 7 105 0 0.96 0.38 0.33 323.93 0.92 0.35
Hex AA 7 69 0 60 26 21 144 5C 23
Octal 252 7 151 0 140 46 41 504 134 43
Binary 10101010 111 1101001 0 1100000 100110 100001 101000100 1011100 100011

Color Harmonies of #AA0769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0769

Black with #AA0769

Text Example


Text Example

White with #AA0769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0769; }

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

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

background-color css

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

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

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

border-color css

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

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

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