Html Css Color HEX #AA125D Jazzberry Jam

📋 copy color: '#AA125D'

red 170 ◦ green 18 ◦ blue 93

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

Shades of Jazzberry Jam #AA125D

Tints of Jazzberry Jam #AA125D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 33.1%

R = 60.5%
G = 6.41%
B = 33.1%

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

#AA125D (or 0xAA125D) is known color: Jazzberry Jam. HEX triplet: AA, 12 and 5D. RGB value is (170,18,93). Sum of RGB (Red+Green+Blue) = 170+18+93=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA125D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA125D is #55EDA2. Grayscale: #474747. Windows color (decimal): -5631395 or 6099626. OLE color: 6099626.

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

Color convert

RGB 170 18 93 -
CMYK 0 0.89 0.45 0.33
HSL 330.39º 0.81% 0.37% -
HSV(B) 330.39º 0.89% 0.67% -
XYZ 18.77 9.77 11.25 -
YUV 72 139.86 197.9 -
System Red Green Blue C M Y K H S L
Decimal 170 18 93 0 0.89 0.45 0.33 330.39 0.81 0.37
Hex AA 12 5D 0 59 2D 21 14A 51 25
Octal 252 22 135 0 131 55 41 512 121 45
Binary 10101010 10010 1011101 0 1011001 101101 100001 101001010 1010001 100101

Color Harmonies of #AA125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA125D

Black with #AA125D

Text Example


Text Example

White with #AA125D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA125D; }

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

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

background-color css

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

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

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

border-color css

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

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

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