Html Css Color HEX #AA0D69 Jazzberry Jam

📋 copy color: '#AA0D69'

red 170 ◦ green 13 ◦ blue 105

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

Shades of Jazzberry Jam #AA0D69

Tints of Jazzberry Jam #AA0D69

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.51%

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

R = 59.03%
G = 4.51%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AA0D69 (or 0xAA0D69) is known color: Jazzberry Jam. HEX triplet: AA, 0D and 69. RGB value is (170,13,105). Sum of RGB (Red+Green+Blue) = 170+13+105=288 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.03% from 288); Green value is 13 (5.47% from 255 or 4.51% from 288); Blue value is 105 (41.41% from 255 or 36.46% from 288); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0D69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0D69 is #55F296. Grayscale: #464646. Windows color (decimal): -5632663 or 6884778. OLE color: 6884778.

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

Color convert

RGB 170 13 105 -
CMYK 0 0.92 0.38 0.33
HSL 324.84º 0.86% 0.36% -
HSV(B) 324.84º 0.92% 0.67% -
XYZ 19.27 9.85 14.25 -
YUV 70.43 147.51 199.02 -
System Red Green Blue C M Y K H S L
Decimal 170 13 105 0 0.92 0.38 0.33 324.84 0.86 0.36
Hex AA D 69 0 5C 26 21 145 56 24
Octal 252 15 151 0 134 46 41 505 126 44
Binary 10101010 1101 1101001 0 1011100 100110 100001 101000101 1010110 100100

Color Harmonies of #AA0D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0D69

Black with #AA0D69

Text Example


Text Example

White with #AA0D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0D69; }

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

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

background-color css

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

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

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

border-color css

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

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

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