Html Css Color HEX #AA105E Jazzberry Jam

📋 copy color: '#AA105E'

red 170 ◦ green 16 ◦ blue 94

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

Shades of Jazzberry Jam #AA105E

Tints of Jazzberry Jam #AA105E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 33.57%

R = 60.71%
G = 5.71%
B = 33.57%

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

#AA105E (or 0xAA105E) is known color: Jazzberry Jam. HEX triplet: AA, 10 and 5E. RGB value is (170,16,94). Sum of RGB (Red+Green+Blue) = 170+16+94=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA105E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA105E is #55EFA1. Grayscale: #464646. Windows color (decimal): -5631906 or 6164650. OLE color: 6164650.

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

Color convert

RGB 170 16 94 -
CMYK 0 0.91 0.45 0.33
HSL 329.61º 0.83% 0.36% -
HSV(B) 329.61º 0.91% 0.67% -
XYZ 18.78 9.72 11.48 -
YUV 70.94 141.02 198.66 -
System Red Green Blue C M Y K H S L
Decimal 170 16 94 0 0.91 0.45 0.33 329.61 0.83 0.36
Hex AA 10 5E 0 5B 2D 21 14A 53 24
Octal 252 20 136 0 133 55 41 512 123 44
Binary 10101010 10000 1011110 0 1011011 101101 100001 101001010 1010011 100100

Color Harmonies of #AA105E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA105E

Black with #AA105E

Text Example


Text Example

White with #AA105E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA105E; }

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

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

background-color css

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

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

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

border-color css

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

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

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