Html Css Color HEX #A01EFD Blue Violet

📋 copy color: '#A01EFD'

red 160 ◦ green 30 ◦ blue 253

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

Shades of Blue Violet #A01EFD

Tints of Blue Violet #A01EFD

RGB

 RED value IS 160 (62.89% from 255) = 36.12%

 GREEN value IS 30 (12.11% from 255) = 6.77%

 BLUE value IS 253 (99.22% from 255) = 57.11%

R = 36.12%
G = 6.77%
B = 57.11%

CMYK

 C value IS 0.37

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A01EFD (or 0xA01EFD) is known color: Blue Violet. HEX triplet: A0, 1E and FD. RGB value is (160,30,253). Sum of RGB (Red+Green+Blue) = 160+30+253=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 30 (12.11% from 255 or 6.77% from 443); Blue value is 253 (99.22% from 255 or 57.11% from 443); Max value from RGB is 253 - color contains mainly: blue. Hex color #A01EFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A01EFD is #5FE102. Grayscale: #5D5D5D. Windows color (decimal): -6283523 or 16588448. OLE color: 16588448.

HSL color Cylindrical-coordinate representation of color #A01EFD: hue angle of 274.98º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A01EFD is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 30 253 -
CMYK 0.37 0.88 0 0.01
HSL 274.98º 0.98% 0.55% -
HSV(B) 274.98º 0.88% 0.99% -
XYZ 32.69 15.49 94.2 -
YUV 94.29 217.57 174.87 -
System Red Green Blue C M Y K H S L
Decimal 160 30 253 0.37 0.88 0 0.01 274.98 0.98 0.55
Hex A0 1E FD 25 58 0 1 113 62 37
Octal 240 36 375 45 130 0 1 423 142 67
Binary 10100000 11110 11111101 100101 1011000 0 1 100010011 1100010 110111

Color Harmonies of #A01EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01EFD

Black with #A01EFD

Text Example


Text Example

White with #A01EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01EFD; }

 p { color: rgb(160,30,253); }

 H1.HeaderClassName
 {
   color: #A01EFD;
 }
 .AnyTagClassName
 {
   color: #A01EFD;
 }
</style>

background-color css

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

 a { background-color: rgb(160,30,253); }

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

border-color css

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

 span { border-color: rgb(160,30,253); }

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