Html Css Color HEX #AA105F Jazzberry Jam

📋 copy color: '#AA105F'

red 170 ◦ green 16 ◦ blue 95

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

Shades of Jazzberry Jam #AA105F

Tints of Jazzberry Jam #AA105F

RGB

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

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

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

R = 60.5%
G = 5.69%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA105F (or 0xAA105F) is known color: Jazzberry Jam. HEX triplet: AA, 10 and 5F. RGB value is (170,16,95). Sum of RGB (Red+Green+Blue) = 170+16+95=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 95 (37.5% from 255 or 33.81% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA105F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA105F is #55EFA0. Grayscale: #464646. Windows color (decimal): -5631905 or 6230186. OLE color: 6230186.

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

Color convert

RGB 170 16 95 -
CMYK 0 0.91 0.44 0.33
HSL 329.22º 0.83% 0.36% -
HSV(B) 329.22º 0.91% 0.67% -
XYZ 18.83 9.74 11.71 -
YUV 71.05 141.52 198.58 -
System Red Green Blue C M Y K H S L
Decimal 170 16 95 0 0.91 0.44 0.33 329.22 0.83 0.36
Hex AA 10 5F 0 5B 2C 21 149 53 24
Octal 252 20 137 0 133 54 41 511 123 44
Binary 10101010 10000 1011111 0 1011011 101100 100001 101001001 1010011 100100

Color Harmonies of #AA105F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA105F

Black with #AA105F

Text Example


Text Example

White with #AA105F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA105F; }

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

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

background-color css

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

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

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

border-color css

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

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

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