#A8125A

Color #A8125A Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #A8125A

Tints of Jazzberry Jam #A8125A

Color information

#A8125A (or 0xA8125A) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 12 and 5A. RGB value is (168,18,90). Sum of RGB (Red+Green+Blue) = 168+18+90=276 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.87% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 168 - color contains mainly: red. Hex color #A8125A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8125A is #57EDA5. Grayscale: #464646. Windows color (decimal): -5762470 or 5903016. OLE color: 5903016.

HSL color Cylindrical-coordinate representation of color #A8125A: hue angle of 331.2º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A8125A is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB1681890-
CMYK00.890.460.34
HSL331.2º80.65%36.47%-
HSV(B)331.2º89.29%65.88%-
XYZ18.219.510.55-
YUV71.06138.7197.15-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 60.87%
GREEN value IS 18 (7.42% from 255) = 6.52%
BLUE value IS 90 (35.55% from 255) = 32.61%
R=60.87%
G=6.52%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168189000.890.460.34331.280.6536.47
HexA8125A0592E2214b5124
Octal250221320131564251312144
Binary10101000100101011010010110011011101000101010010111010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8125A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8125A; }

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

 H1.HeaderClassName
 {
   color: #A8125A;
 }
 .AnyTagClassName
 {
   color: #A8125A;
 }
</style>
background-color css

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

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

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

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

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

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