Html Css Color HEX #A01DED Blue Violet

📋 copy color: '#A01DED'

red 160 ◦ green 29 ◦ blue 237

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

Shades of Blue Violet #A01DED

Tints of Blue Violet #A01DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 55.63%

R = 37.56%
G = 6.81%
B = 55.63%

CMYK

 C value IS 0.32

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A01DED (or 0xA01DED) is known color: Blue Violet. HEX triplet: A0, 1D and ED. RGB value is (160,29,237). Sum of RGB (Red+Green+Blue) = 160+29+237=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 29 (11.72% from 255 or 6.81% from 426); Blue value is 237 (92.97% from 255 or 55.63% from 426); Max value from RGB is 237 - color contains mainly: blue. Hex color #A01DED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A01DED is #5FE212. Grayscale: #5B5B5B. Windows color (decimal): -6283795 or 15539616. OLE color: 15539616.

HSL color Cylindrical-coordinate representation of color #A01DED: hue angle of 277.79º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A01DED is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 29 237 -
CMYK 0.32 0.88 0 0.07
HSL 277.79º 0.85% 0.52% -
HSV(B) 277.79º 0.88% 0.93% -
XYZ 30.22 14.47 81.32 -
YUV 91.88 209.9 176.59 -
System Red Green Blue C M Y K H S L
Decimal 160 29 237 0.32 0.88 0 0.07 277.79 0.85 0.52
Hex A0 1D ED 20 58 0 7 116 55 34
Octal 240 35 355 40 130 0 7 426 125 64
Binary 10100000 11101 11101101 100000 1011000 0 111 100010110 1010101 110100

Color Harmonies of #A01DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01DED

Black with #A01DED

Text Example


Text Example

White with #A01DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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