Html Css Color HEX #A14DFD Blue Violet

📋 copy color: '#A14DFD'

red 161 ◦ green 77 ◦ blue 253

#A14DFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #A14DFD

Tints of Blue Violet #A14DFD

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 value IS 0.36

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A14DFD (or 0xA14DFD) is known color: 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

RGB 161 77 253 -
CMYK 0.36 0.70 0 0.01
HSL 268.64º 0.98% 0.65% -
HSV(B) 268.64º 0.7% 0.99% -
XYZ 35.08 19.98 94.94 -
YUV 122.18 201.83 155.69 -
System Red Green Blue C M Y K H S L
Decimal 161 77 253 0.36 0.70 0 0.01 268.64 0.98 0.65
Hex A1 4D FD 24 46 0 1 10D 62 41
Octal 241 115 375 44 106 0 1 415 142 101
Binary 10100001 1001101 11111101 100100 1000110 0 1 100001101 1100010 1000001

Color Harmonies of #A14DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14DFD

Black with #A14DFD

Text Example


Text Example

White with #A14DFD

Text Example


Text Example

HTML Codes & Css Web 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>