#A902B3

Color #A902B3 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #A902B3

Tints of Deep Magenta #A902B3

Color information

#A902B3 (or 0xA902B3) is unknown color: approx Deep Magenta. HEX triplet: A9, 02 and B3. RGB value is (169,2,179). Sum of RGB (Red+Green+Blue) = 169+2+179=350 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.29% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 179 (70.31% from 255 or 51.14% from 350); Max value from RGB is 179 - color contains mainly: blue. Hex color #A902B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A902B3 is #56FD4C. Grayscale: #474747. Windows color (decimal): -5700941 or 11731625. OLE color: 11731625.

HSL color Cylindrical-coordinate representation of color #A902B3: hue angle of 296.61º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A902B3 is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1692179-
CMYK0.060.9900.30
HSL296.61º97.79%35.49%-
HSV(B)296.61º98.88%70.2%-
XYZ24.5211.7343.62-
YUV72.11188.33197.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.29%
GREEN value IS 2 (1.17% from 255) = 0.57%
BLUE value IS 179 (70.31% from 255) = 51.14%
R=48.29%
G=0.57%
B=51.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal16921790.060.9900.30296.6197.7935.49
HexA92B366301E1296223
Octal2512263614303645114243
Binary10101001101011001111011000110111101001010011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A902B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A902B3; }

 p { color: rgb(169,2,179); }

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

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

 a { background-color: rgb(169,2,179); }

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

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

 span { border-color: rgb(169,2,179); }

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