Html Css Color HEX #A001ED Dark Violet

📋 copy color: '#A001ED'

red 160 ◦ green 1 ◦ blue 237

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

Shades of Dark Violet #A001ED

Tints of Dark Violet #A001ED

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

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

R = 40.2%
G = 0.25%
B = 59.55%

CMYK

 C value IS 0.32

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A001ED (or 0xA001ED) is known color: Dark Violet. HEX triplet: A0, 01 and ED. RGB value is (160,1,237). Sum of RGB (Red+Green+Blue) = 160+1+237=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 1 (0.78% from 255 or 0.25% from 398); Blue value is 237 (92.97% from 255 or 59.55% from 398); Max value from RGB is 237 - color contains mainly: blue. Hex color #A001ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A001ED is #5FFE12. Grayscale: #4A4A4A. Windows color (decimal): -6290963 or 15532448. OLE color: 15532448.

HSL color Cylindrical-coordinate representation of color #A001ED: hue angle of 280.42º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A001ED is Cyan = 0.32, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 1 237 -
CMYK 0.32 1.00 0 0.07
HSL 280.42º 0.99% 0.47% -
HSV(B) 280.42º 1% 0.93% -
XYZ 29.79 13.61 81.18 -
YUV 75.45 219.18 188.31 -
System Red Green Blue C M Y K H S L
Decimal 160 1 237 0.32 1.00 0 0.07 280.42 0.99 0.47
Hex A0 1 ED 20 64 0 7 118 63 2F
Octal 240 1 355 40 144 0 7 430 143 57
Binary 10100000 1 11101101 100000 1100100 0 111 100011000 1100011 101111

Color Harmonies of #A001ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A001ED

Black with #A001ED

Text Example


Text Example

White with #A001ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A001ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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