Html Css Color HEX #A201ED Dark Violet

📋 copy color: '#A201ED'

red 162 ◦ green 1 ◦ blue 237

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

Shades of Dark Violet #A201ED

Tints of Dark Violet #A201ED

RGB

 RED value IS 162 (63.67% from 255) = 40.5%

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

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

R = 40.5%
G = 0.25%
B = 59.25%

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

#A201ED (or 0xA201ED) is known color: Dark Violet. HEX triplet: A2, 01 and ED. RGB value is (162,1,237). Sum of RGB (Red+Green+Blue) = 162+1+237=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 1 (0.78% from 255 or 0.25% from 400); Blue value is 237 (92.97% from 255 or 59.25% from 400); Max value from RGB is 237 - color contains mainly: blue. Hex color #A201ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A201ED is #5DFE12. Grayscale: #4B4B4B. Windows color (decimal): -6159891 or 15532450. OLE color: 15532450.

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

Color convert

RGB 162 1 237 -
CMYK 0.32 1.00 0 0.07
HSL 280.93º 0.99% 0.47% -
HSV(B) 280.93º 1% 0.93% -
XYZ 30.2 13.82 81.2 -
YUV 76.04 218.84 189.31 -
System Red Green Blue C M Y K H S L
Decimal 162 1 237 0.32 1.00 0 0.07 280.93 0.99 0.47
Hex A2 1 ED 20 64 0 7 119 63 2F
Octal 242 1 355 40 144 0 7 431 143 57
Binary 10100010 1 11101101 100000 1100100 0 111 100011001 1100011 101111

Color Harmonies of #A201ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A201ED

Black with #A201ED

Text Example


Text Example

White with #A201ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A201ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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