Html Css Color HEX #A301ED Dark Violet

📋 copy color: '#A301ED'

red 163 ◦ green 1 ◦ blue 237

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

Shades of Dark Violet #A301ED

Tints of Dark Violet #A301ED

RGB

 RED value IS 163 (64.06% from 255) = 40.65%

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

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

R = 40.65%
G = 0.25%
B = 59.1%

CMYK

 C value IS 0.31

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A301ED (or 0xA301ED) is known color: Dark Violet. HEX triplet: A3, 01 and ED. RGB value is (163,1,237). Sum of RGB (Red+Green+Blue) = 163+1+237=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 1 (0.78% from 255 or 0.25% from 401); Blue value is 237 (92.97% from 255 or 59.10% from 401); Max value from RGB is 237 - color contains mainly: blue. Hex color #A301ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A301ED is #5CFE12. Grayscale: #4B4B4B. Windows color (decimal): -6094355 or 15532451. OLE color: 15532451.

HSL color Cylindrical-coordinate representation of color #A301ED: hue angle of 281.19º 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 #A301ED is Cyan = 0.31, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 1 237 -
CMYK 0.31 1.00 0 0.07
HSL 281.19º 0.99% 0.47% -
HSV(B) 281.19º 1% 0.93% -
XYZ 30.4 13.92 81.21 -
YUV 76.34 218.67 189.81 -
System Red Green Blue C M Y K H S L
Decimal 163 1 237 0.31 1.00 0 0.07 281.19 0.99 0.47
Hex A3 1 ED 1F 64 0 7 119 63 2F
Octal 243 1 355 37 144 0 7 431 143 57
Binary 10100011 1 11101101 11111 1100100 0 111 100011001 1100011 101111

Color Harmonies of #A301ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A301ED

Black with #A301ED

Text Example


Text Example

White with #A301ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A301ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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