Html Css Color HEX #AA125C Jazzberry Jam

📋 copy color: '#AA125C'

red 170 ◦ green 18 ◦ blue 92

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

Shades of Jazzberry Jam #AA125C

Tints of Jazzberry Jam #AA125C

RGB

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

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

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

R = 60.71%
G = 6.43%
B = 32.86%

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

#AA125C (or 0xAA125C) is known color: Jazzberry Jam. HEX triplet: AA, 12 and 5C. RGB value is (170,18,92). Sum of RGB (Red+Green+Blue) = 170+18+92=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA125C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA125C is #55EDA3. Grayscale: #474747. Windows color (decimal): -5631396 or 6034090. OLE color: 6034090.

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

Color convert

RGB 170 18 92 -
CMYK 0 0.89 0.46 0.33
HSL 330.79º 0.81% 0.37% -
HSV(B) 330.79º 0.89% 0.67% -
XYZ 18.73 9.75 11.02 -
YUV 71.88 139.36 197.98 -
System Red Green Blue C M Y K H S L
Decimal 170 18 92 0 0.89 0.46 0.33 330.79 0.81 0.37
Hex AA 12 5C 0 59 2E 21 14B 51 25
Octal 252 22 134 0 131 56 41 513 121 45
Binary 10101010 10010 1011100 0 1011001 101110 100001 101001011 1010001 100101

Color Harmonies of #AA125C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA125C

Black with #AA125C

Text Example


Text Example

White with #AA125C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA125C; }

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

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

background-color css

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

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

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

border-color css

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

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

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