Html Css Color HEX #AA135B Jazzberry Jam

📋 copy color: '#AA135B'

red 170 ◦ green 19 ◦ blue 91

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

Shades of Jazzberry Jam #AA135B

Tints of Jazzberry Jam #AA135B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.79%

 BLUE value IS 91 (35.94% from 255) = 32.5%

R = 60.71%
G = 6.79%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA135B (or 0xAA135B) is known color: Jazzberry Jam. HEX triplet: AA, 13 and 5B. RGB value is (170,19,91). Sum of RGB (Red+Green+Blue) = 170+19+91=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA135B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA135B is #55ECA4. Grayscale: #484848. Windows color (decimal): -5631141 or 5968810. OLE color: 5968810.

HSL color Cylindrical-coordinate representation of color #AA135B: hue angle of 331.39º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA135B is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 19 91 -
CMYK 0 0.89 0.46 0.33
HSL 331.39º 0.8% 0.37% -
HSV(B) 331.39º 0.89% 0.67% -
XYZ 18.7 9.77 10.8 -
YUV 72.36 138.53 197.65 -
System Red Green Blue C M Y K H S L
Decimal 170 19 91 0 0.89 0.46 0.33 331.39 0.8 0.37
Hex AA 13 5B 0 59 2E 21 14B 50 25
Octal 252 23 133 0 131 56 41 513 120 45
Binary 10101010 10011 1011011 0 1011001 101110 100001 101001011 1010000 100101

Color Harmonies of #AA135B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA135B

Black with #AA135B

Text Example


Text Example

White with #AA135B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA135B; }

 p { color: rgb(170,19,91); }

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

background-color css

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

 a { background-color: rgb(170,19,91); }

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

border-color css

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

 span { border-color: rgb(170,19,91); }

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