Html Css Color HEX #AA125A Jazzberry Jam

📋 copy color: '#AA125A'

red 170 ◦ green 18 ◦ blue 90

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

Shades of Jazzberry Jam #AA125A

Tints of Jazzberry Jam #AA125A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.37%

R = 61.15%
G = 6.47%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AA125A (or 0xAA125A) is known color: Jazzberry Jam. HEX triplet: AA, 12 and 5A. RGB value is (170,18,90). Sum of RGB (Red+Green+Blue) = 170+18+90=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA125A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA125A is #55EDA5. Grayscale: #474747. Windows color (decimal): -5631398 or 5903018. OLE color: 5903018.

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

Color convert

RGB 170 18 90 -
CMYK 0 0.89 0.47 0.33
HSL 331.58º 0.81% 0.37% -
HSV(B) 331.58º 0.89% 0.67% -
XYZ 18.64 9.72 10.57 -
YUV 71.66 138.36 198.15 -
System Red Green Blue C M Y K H S L
Decimal 170 18 90 0 0.89 0.47 0.33 331.58 0.81 0.37
Hex AA 12 5A 0 59 2F 21 14C 51 25
Octal 252 22 132 0 131 57 41 514 121 45
Binary 10101010 10010 1011010 0 1011001 101111 100001 101001100 1010001 100101

Color Harmonies of #AA125A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA125A

Black with #AA125A

Text Example


Text Example

White with #AA125A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA125A; }

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

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

background-color css

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

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

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

border-color css

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

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

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