Html Css Color HEX #AA165F Jazzberry Jam

📋 copy color: '#AA165F'

red 170 ◦ green 22 ◦ blue 95

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

Shades of Jazzberry Jam #AA165F

Tints of Jazzberry Jam #AA165F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.67%

 BLUE value IS 95 (37.5% from 255) = 33.1%

R = 59.23%
G = 7.67%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA165F (or 0xAA165F) is known color: Jazzberry Jam. HEX triplet: AA, 16 and 5F. RGB value is (170,22,95). Sum of RGB (Red+Green+Blue) = 170+22+95=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA165F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA165F is #55E9A0. Grayscale: #4A4A4A. Windows color (decimal): -5630369 or 6231722. OLE color: 6231722.

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

Color convert

RGB 170 22 95 -
CMYK 0 0.87 0.44 0.33
HSL 330.41º 0.77% 0.38% -
HSV(B) 330.41º 0.87% 0.67% -
XYZ 18.93 9.95 11.75 -
YUV 74.57 139.53 196.06 -
System Red Green Blue C M Y K H S L
Decimal 170 22 95 0 0.87 0.44 0.33 330.41 0.77 0.38
Hex AA 16 5F 0 57 2C 21 14A 4D 26
Octal 252 26 137 0 127 54 41 512 115 46
Binary 10101010 10110 1011111 0 1010111 101100 100001 101001010 1001101 100110

Color Harmonies of #AA165F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA165F

Black with #AA165F

Text Example


Text Example

White with #AA165F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA165F; }

 p { color: rgb(170,22,95); }

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

background-color css

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

 a { background-color: rgb(170,22,95); }

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

border-color css

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

 span { border-color: rgb(170,22,95); }

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