#A802BE

Color #A802BE Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #A802BE

Tints of Dark Violet #A802BE

Color information

#A802BE (or 0xA802BE) is unknown color: approx Dark Violet. HEX triplet: A8, 02 and BE. RGB value is (168,2,190). Sum of RGB (Red+Green+Blue) = 168+2+190=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 2 (1.17% from 255 or 0.56% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #A802BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A802BE is #57FD41. Grayscale: #484848. Windows color (decimal): -5766466 or 12452520. OLE color: 12452520.

HSL color Cylindrical-coordinate representation of color #A802BE: hue angle of 292.98º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A802BE is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1682190-
CMYK0.120.9900.25
HSL292.98º97.92%37.65%-
HSV(B)292.98º98.95%74.51%-
XYZ25.4612.0949.71-
YUV73.07194195.71-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.67%
GREEN value IS 2 (1.17% from 255) = 0.56%
BLUE value IS 190 (74.61% from 255) = 52.78%
R=46.67%
G=0.56%
B=52.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal16821900.120.9900.25292.9897.9237.65
HexA82BEC630191256226
Octal25022761414303144514246
Binary101010001010111110110011000110110011001001011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A802BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A802BE; }

 p { color: rgb(168,2,190); }

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

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

 a { background-color: rgb(168,2,190); }

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

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

 span { border-color: rgb(168,2,190); }

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