#A14DFD

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

Shades of Blue Violet #A14DFD

Tints of Blue Violet #A14DFD

Color information

#A14DFD (or 0xA14DFD) is unknown color: approx Blue Violet. HEX triplet: A1, 4D and FD. RGB value is (161,77,253). Sum of RGB (Red+Green+Blue) = 161+77+253=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 77 (30.47% from 255 or 15.68% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #A14DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A14DFD is #5EB202. Grayscale: #797979. Windows color (decimal): -6205955 or 16600481. OLE color: 16600481.

HSL color Cylindrical-coordinate representation of color #A14DFD: hue angle of 268.64º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A14DFD is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB16177253-
CMYK0.360.7000.01
HSL268.64º97.78%64.71%-
HSV(B)268.64º69.57%99.22%-
XYZ35.0819.9894.94-
YUV122.18201.83155.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.79%
GREEN value IS 77 (30.47% from 255) = 15.68%
BLUE value IS 253 (99.22% from 255) = 51.53%
R=32.79%
G=15.68%
B=51.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal161772530.360.7000.01268.6497.7864.71
HexA14DFD24460110d6241
Octal2411153754410601415142101
Binary1010000110011011111110110010010001100110000110111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14DFD; }

 p { color: rgb(161,77,253); }

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

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

 a { background-color: rgb(161,77,253); }

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

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

 span { border-color: rgb(161,77,253); }

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