Html Css Color HEX #AA145C Jazzberry Jam

📋 copy color: '#AA145C'

red 170 ◦ green 20 ◦ blue 92

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

Shades of Jazzberry Jam #AA145C

Tints of Jazzberry Jam #AA145C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.09%

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

R = 60.28%
G = 7.09%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA145C (or 0xAA145C) is known color: Jazzberry Jam. HEX triplet: AA, 14 and 5C. RGB value is (170,20,92). Sum of RGB (Red+Green+Blue) = 170+20+92=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA145C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA145C is #55EBA3. Grayscale: #484848. Windows color (decimal): -5630884 or 6034602. OLE color: 6034602.

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

Color convert

RGB 170 20 92 -
CMYK 0 0.88 0.46 0.33
HSL 331.2º 0.79% 0.37% -
HSV(B) 331.2º 0.88% 0.67% -
XYZ 18.76 9.82 11.03 -
YUV 73.06 138.7 197.15 -
System Red Green Blue C M Y K H S L
Decimal 170 20 92 0 0.88 0.46 0.33 331.2 0.79 0.37
Hex AA 14 5C 0 58 2E 21 14B 4F 25
Octal 252 24 134 0 130 56 41 513 117 45
Binary 10101010 10100 1011100 0 1011000 101110 100001 101001011 1001111 100101

Color Harmonies of #AA145C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA145C

Black with #AA145C

Text Example


Text Example

White with #AA145C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA145C; }

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

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

background-color css

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

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

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

border-color css

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

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

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