Html Css Color HEX #AA0F5D Jazzberry Jam

📋 copy color: '#AA0F5D'

red 170 ◦ green 15 ◦ blue 93

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

Shades of Jazzberry Jam #AA0F5D

Tints of Jazzberry Jam #AA0F5D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.4%

 BLUE value IS 93 (36.72% from 255) = 33.45%

R = 61.15%
G = 5.4%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA0F5D (or 0xAA0F5D) is known color: Jazzberry Jam. HEX triplet: AA, 0F and 5D. RGB value is (170,15,93). Sum of RGB (Red+Green+Blue) = 170+15+93=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 15 (6.25% from 255 or 5.40% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0F5D is #55F0A2. Grayscale: #464646. Windows color (decimal): -5632163 or 6098858. OLE color: 6098858.

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

Color convert

RGB 170 15 93 -
CMYK 0 0.91 0.45 0.33
HSL 329.81º 0.84% 0.36% -
HSV(B) 329.81º 0.91% 0.67% -
XYZ 18.72 9.68 11.24 -
YUV 70.24 140.85 199.16 -
System Red Green Blue C M Y K H S L
Decimal 170 15 93 0 0.91 0.45 0.33 329.81 0.84 0.36
Hex AA F 5D 0 5B 2D 21 14A 54 24
Octal 252 17 135 0 133 55 41 512 124 44
Binary 10101010 1111 1011101 0 1011011 101101 100001 101001010 1010100 100100

Color Harmonies of #AA0F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0F5D

Black with #AA0F5D

Text Example


Text Example

White with #AA0F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0F5D; }

 p { color: rgb(170,15,93); }

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

background-color css

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

 a { background-color: rgb(170,15,93); }

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

border-color css

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

 span { border-color: rgb(170,15,93); }

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