Html Css Color HEX #AA125E Jazzberry Jam

📋 copy color: '#AA125E'

red 170 ◦ green 18 ◦ blue 94

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

Shades of Jazzberry Jam #AA125E

Tints of Jazzberry Jam #AA125E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.38%

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

R = 60.28%
G = 6.38%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA125E (or 0xAA125E) is known color: Jazzberry Jam. HEX triplet: AA, 12 and 5E. RGB value is (170,18,94). Sum of RGB (Red+Green+Blue) = 170+18+94=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA125E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA125E is #55EDA1. Grayscale: #474747. Windows color (decimal): -5631394 or 6165162. OLE color: 6165162.

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

Color convert

RGB 170 18 94 -
CMYK 0 0.89 0.45 0.33
HSL 330º 0.81% 0.37% -
HSV(B) 330º 0.89% 0.67% -
XYZ 18.81 9.79 11.49 -
YUV 72.11 140.36 197.82 -
System Red Green Blue C M Y K H S L
Decimal 170 18 94 0 0.89 0.45 0.33 330 0.81 0.37
Hex AA 12 5E 0 59 2D 21 14A 51 25
Octal 252 22 136 0 131 55 41 512 121 45
Binary 10101010 10010 1011110 0 1011001 101101 100001 101001010 1010001 100101

Color Harmonies of #AA125E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA125E

Black with #AA125E

Text Example


Text Example

White with #AA125E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA125E; }

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

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

background-color css

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

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

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

border-color css

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

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

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