Html Css Color HEX #AA106D Jazzberry Jam

📋 copy color: '#AA106D'

red 170 ◦ green 16 ◦ blue 109

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

Shades of Jazzberry Jam #AA106D

Tints of Jazzberry Jam #AA106D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.42%

 BLUE value IS 109 (42.97% from 255) = 36.95%

R = 57.63%
G = 5.42%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA106D (or 0xAA106D) is known color: Jazzberry Jam. HEX triplet: AA, 10 and 6D. RGB value is (170,16,109). Sum of RGB (Red+Green+Blue) = 170+16+109=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA106D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA106D is #55EF92. Grayscale: #484848. Windows color (decimal): -5631891 or 7147690. OLE color: 7147690.

HSL color Cylindrical-coordinate representation of color #AA106D: hue angle of 323.77º degrees, saturation: 0.83, 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 #AA106D is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 16 109 -
CMYK 0 0.91 0.36 0.33
HSL 323.77º 0.83% 0.36% -
HSV(B) 323.77º 0.91% 0.67% -
XYZ 19.52 10.02 15.37 -
YUV 72.65 148.52 197.44 -
System Red Green Blue C M Y K H S L
Decimal 170 16 109 0 0.91 0.36 0.33 323.77 0.83 0.36
Hex AA 10 6D 0 5B 24 21 144 53 24
Octal 252 20 155 0 133 44 41 504 123 44
Binary 10101010 10000 1101101 0 1011011 100100 100001 101000100 1010011 100100

Color Harmonies of #AA106D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA106D

Black with #AA106D

Text Example


Text Example

White with #AA106D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA106D; }

 p { color: rgb(170,16,109); }

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

background-color css

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

 a { background-color: rgb(170,16,109); }

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

border-color css

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

 span { border-color: rgb(170,16,109); }

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