Html Css Color HEX #AA135C Jazzberry Jam

📋 copy color: '#AA135C'

red 170 ◦ green 19 ◦ blue 92

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

Shades of Jazzberry Jam #AA135C

Tints of Jazzberry Jam #AA135C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.74%

R = 60.5%
G = 6.76%
B = 32.74%

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

#AA135C (or 0xAA135C) is known color: Jazzberry Jam. HEX triplet: AA, 13 and 5C. RGB value is (170,19,92). Sum of RGB (Red+Green+Blue) = 170+19+92=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA135C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA135C is #55ECA3. Grayscale: #484848. Windows color (decimal): -5631140 or 6034346. OLE color: 6034346.

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

Color convert

RGB 170 19 92 -
CMYK 0 0.89 0.46 0.33
HSL 330.99º 0.8% 0.37% -
HSV(B) 330.99º 0.89% 0.67% -
XYZ 18.74 9.78 11.03 -
YUV 72.47 139.03 197.56 -
System Red Green Blue C M Y K H S L
Decimal 170 19 92 0 0.89 0.46 0.33 330.99 0.8 0.37
Hex AA 13 5C 0 59 2E 21 14B 50 25
Octal 252 23 134 0 131 56 41 513 120 45
Binary 10101010 10011 1011100 0 1011001 101110 100001 101001011 1010000 100101

Color Harmonies of #AA135C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA135C

Black with #AA135C

Text Example


Text Example

White with #AA135C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA135C; }

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

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

background-color css

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

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

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

border-color css

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

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

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