Html Css Color HEX #AA106F Jazzberry Jam

📋 copy color: '#AA106F'

red 170 ◦ green 16 ◦ blue 111

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

Shades of Jazzberry Jam #AA106F

Tints of Jazzberry Jam #AA106F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 37.37%

R = 57.24%
G = 5.39%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA106F (or 0xAA106F) is known color: Jazzberry Jam. HEX triplet: AA, 10 and 6F. RGB value is (170,16,111). Sum of RGB (Red+Green+Blue) = 170+16+111=297 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.24% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 170 - color contains mainly: red. Hex color #AA106F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA106F is #55EF90. Grayscale: #484848. Windows color (decimal): -5631889 or 7278762. OLE color: 7278762.

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

Color convert

RGB 170 16 111 -
CMYK 0 0.91 0.35 0.33
HSL 322.99º 0.83% 0.36% -
HSV(B) 322.99º 0.91% 0.67% -
XYZ 19.63 10.06 15.95 -
YUV 72.88 149.52 197.28 -
System Red Green Blue C M Y K H S L
Decimal 170 16 111 0 0.91 0.35 0.33 322.99 0.83 0.36
Hex AA 10 6F 0 5B 23 21 143 53 24
Octal 252 20 157 0 133 43 41 503 123 44
Binary 10101010 10000 1101111 0 1011011 100011 100001 101000011 1010011 100100

Color Harmonies of #AA106F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA106F

Black with #AA106F

Text Example


Text Example

White with #AA106F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA106F; }

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

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

background-color css

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

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

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

border-color css

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

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

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