Html Css Color HEX #A201E6 Dark Violet

📋 copy color: '#A201E6'

red 162 ◦ green 1 ◦ blue 230

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

Shades of Dark Violet #A201E6

Tints of Dark Violet #A201E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 58.52%

R = 41.22%
G = 0.25%
B = 58.52%

CMYK

 C value IS 0.30

 M value IS 1.00

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A201E6 (or 0xA201E6) is known color: Dark Violet. HEX triplet: A2, 01 and E6. RGB value is (162,1,230). Sum of RGB (Red+Green+Blue) = 162+1+230=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 1 (0.78% from 255 or 0.25% from 393); Blue value is 230 (90.23% from 255 or 58.52% from 393); Max value from RGB is 230 - color contains mainly: blue. Hex color #A201E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A201E6 is #5DFE19. Grayscale: #4A4A4A. Windows color (decimal): -6159898 or 15073698. OLE color: 15073698.

HSL color Cylindrical-coordinate representation of color #A201E6: hue angle of 282.18º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A201E6 is Cyan = 0.30, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 162 1 230 -
CMYK 0.30 1.00 0 0.10
HSL 282.18º 0.99% 0.45% -
HSV(B) 282.18º 1% 0.9% -
XYZ 29.19 13.42 75.91 -
YUV 75.25 215.34 189.88 -
System Red Green Blue C M Y K H S L
Decimal 162 1 230 0.30 1.00 0 0.10 282.18 0.99 0.45
Hex A2 1 E6 1E 64 0 A 11A 63 2D
Octal 242 1 346 36 144 0 12 432 143 55
Binary 10100010 1 11100110 11110 1100100 0 1010 100011010 1100011 101101

Color Harmonies of #A201E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A201E6

Black with #A201E6

Text Example


Text Example

White with #A201E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A201E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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