#A214EA

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

Shades of Dark Violet #A214EA

Tints of Dark Violet #A214EA

Color information

#A214EA (or 0xA214EA) is unknown color: approx Dark Violet. HEX triplet: A2, 14 and EA. RGB value is (162,20,234). Sum of RGB (Red+Green+Blue) = 162+20+234=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 20 (8.20% from 255 or 4.81% from 416); Blue value is 234 (91.80% from 255 or 56.25% from 416); Max value from RGB is 234 - color contains mainly: blue. Hex color #A214EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A214EA is #5DEB15. Grayscale: #565656. Windows color (decimal): -6155030 or 15340706. OLE color: 15340706.

HSL color Cylindrical-coordinate representation of color #A214EA: hue angle of 279.81º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A214EA is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB16220234-
CMYK0.310.9100.08
HSL279.81º84.25%49.8%-
HSV(B)279.81º91.45%91.76%-
XYZ3014.1278.99-
YUV86.85211.04181.6-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.94%
GREEN value IS 20 (8.20% from 255) = 4.81%
BLUE value IS 234 (91.80% from 255) = 56.25%
R=38.94%
G=4.81%
B=56.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal162202340.310.9100.08279.8184.2549.8
HexA214EA1F5B081185432
Octal242243523713301043012462
Binary101000101010011101010111111011011010001000110001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A214EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A214EA; }

 p { color: rgb(162,20,234); }

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

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

 a { background-color: rgb(162,20,234); }

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

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

 span { border-color: rgb(162,20,234); }

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