Html Css Color HEX #A201EC Dark Violet

📋 copy color: '#A201EC'

red 162 ◦ green 1 ◦ blue 236

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

Shades of Dark Violet #A201EC

Tints of Dark Violet #A201EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 59.15%

R = 40.6%
G = 0.25%
B = 59.15%

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

#A201EC (or 0xA201EC) is known color: Dark Violet. HEX triplet: A2, 01 and EC. RGB value is (162,1,236). Sum of RGB (Red+Green+Blue) = 162+1+236=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 1 (0.78% from 255 or 0.25% from 399); Blue value is 236 (92.58% from 255 or 59.15% from 399); Max value from RGB is 236 - color contains mainly: blue. Hex color #A201EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A201EC is #5DFE13. Grayscale: #4B4B4B. Windows color (decimal): -6159892 or 15466914. OLE color: 15466914.

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

Color convert

RGB 162 1 236 -
CMYK 0.31 1.00 0 0.07
HSL 281.11º 0.99% 0.46% -
HSV(B) 281.11º 1% 0.93% -
XYZ 30.05 13.76 80.43 -
YUV 75.93 218.34 189.39 -
System Red Green Blue C M Y K H S L
Decimal 162 1 236 0.31 1.00 0 0.07 281.11 0.99 0.46
Hex A2 1 EC 1F 64 0 7 119 63 2E
Octal 242 1 354 37 144 0 7 431 143 56
Binary 10100010 1 11101100 11111 1100100 0 111 100011001 1100011 101110

Color Harmonies of #A201EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A201EC

Black with #A201EC

Text Example


Text Example

White with #A201EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A201EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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