Html Css Color HEX #A01DFD Blue Violet

📋 copy color: '#A01DFD'

red 160 ◦ green 29 ◦ blue 253

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

Shades of Blue Violet #A01DFD

Tints of Blue Violet #A01DFD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.56%

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

R = 36.2%
G = 6.56%
B = 57.24%

CMYK

 C value IS 0.37

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A01DFD (or 0xA01DFD) is known color: Blue Violet. HEX triplet: A0, 1D and FD. RGB value is (160,29,253). Sum of RGB (Red+Green+Blue) = 160+29+253=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 29 (11.72% from 255 or 6.56% from 442); Blue value is 253 (99.22% from 255 or 57.24% from 442); Max value from RGB is 253 - color contains mainly: blue. Hex color #A01DFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A01DFD is #5FE202. Grayscale: #5C5C5C. Windows color (decimal): -6283779 or 16588192. OLE color: 16588192.

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

Color convert

RGB 160 29 253 -
CMYK 0.37 0.89 0 0.01
HSL 275.09º 0.98% 0.55% -
HSV(B) 275.09º 0.89% 0.99% -
XYZ 32.67 15.44 94.19 -
YUV 93.71 217.9 175.29 -
System Red Green Blue C M Y K H S L
Decimal 160 29 253 0.37 0.89 0 0.01 275.09 0.98 0.55
Hex A0 1D FD 25 59 0 1 113 62 37
Octal 240 35 375 45 131 0 1 423 142 67
Binary 10100000 11101 11111101 100101 1011001 0 1 100010011 1100010 110111

Color Harmonies of #A01DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01DFD

Black with #A01DFD

Text Example


Text Example

White with #A01DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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