Html Css Color HEX #AA0669 Jazzberry Jam

📋 copy color: '#AA0669'

red 170 ◦ green 6 ◦ blue 105

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

Shades of Jazzberry Jam #AA0669

Tints of Jazzberry Jam #AA0669

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.14%

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

R = 60.5%
G = 2.14%
B = 37.37%

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

#AA0669 (or 0xAA0669) is known color: Jazzberry Jam. HEX triplet: AA, 06 and 69. RGB value is (170,6,105). Sum of RGB (Red+Green+Blue) = 170+6+105=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 105 (41.41% from 255 or 37.37% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0669 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0669 is #55F996. Grayscale: #424242. Windows color (decimal): -5634455 or 6882986. OLE color: 6882986.

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

Color convert

RGB 170 6 105 -
CMYK 0 0.96 0.38 0.33
HSL 323.78º 0.93% 0.35% -
HSV(B) 323.78º 0.96% 0.67% -
XYZ 19.19 9.7 14.22 -
YUV 66.32 149.83 201.95 -
System Red Green Blue C M Y K H S L
Decimal 170 6 105 0 0.96 0.38 0.33 323.78 0.93 0.35
Hex AA 6 69 0 60 26 21 144 5D 23
Octal 252 6 151 0 140 46 41 504 135 43
Binary 10101010 110 1101001 0 1100000 100110 100001 101000100 1011101 100011

Color Harmonies of #AA0669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0669

Black with #AA0669

Text Example


Text Example

White with #AA0669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0669; }

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

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

background-color css

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

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

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

border-color css

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

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

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