Html Css Color HEX #AA0665 Jazzberry Jam

📋 copy color: '#AA0665'

red 170 ◦ green 6 ◦ blue 101

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

Shades of Jazzberry Jam #AA0665

Tints of Jazzberry Jam #AA0665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 36.46%

R = 61.37%
G = 2.17%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AA0665 (or 0xAA0665) is known color: Jazzberry Jam. HEX triplet: AA, 06 and 65. RGB value is (170,6,101). Sum of RGB (Red+Green+Blue) = 170+6+101=277 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.37% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0665 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0665 is #55F99A. Grayscale: #414141. Windows color (decimal): -5634459 or 6620842. OLE color: 6620842.

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

Color convert

RGB 170 6 101 -
CMYK 0 0.96 0.41 0.33
HSL 325.24º 0.93% 0.35% -
HSV(B) 325.24º 0.96% 0.67% -
XYZ 18.99 9.62 13.17 -
YUV 65.87 147.83 202.28 -
System Red Green Blue C M Y K H S L
Decimal 170 6 101 0 0.96 0.41 0.33 325.24 0.93 0.35
Hex AA 6 65 0 60 29 21 145 5D 23
Octal 252 6 145 0 140 51 41 505 135 43
Binary 10101010 110 1100101 0 1100000 101001 100001 101000101 1011101 100011

Color Harmonies of #AA0665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0665

Black with #AA0665

Text Example


Text Example

White with #AA0665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0665; }

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

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

background-color css

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

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

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

border-color css

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

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

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