Html Css Color HEX #A20FE9 Dark Violet

📋 copy color: '#A20FE9'

red 162 ◦ green 15 ◦ blue 233

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

Shades of Dark Violet #A20FE9

Tints of Dark Violet #A20FE9

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.66%

 BLUE value IS 233 (91.41% from 255) = 56.83%

R = 39.51%
G = 3.66%
B = 56.83%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A20FE9 (or 0xA20FE9) is known color: Dark Violet. HEX triplet: A2, 0F and E9. RGB value is (162,15,233). Sum of RGB (Red+Green+Blue) = 162+15+233=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 15 (6.25% from 255 or 3.66% from 410); Blue value is 233 (91.41% from 255 or 56.83% from 410); Max value from RGB is 233 - color contains mainly: blue. Hex color #A20FE9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A20FE9 is #5DF016. Grayscale: #535353. Windows color (decimal): -6156311 or 15273890. OLE color: 15273890.

HSL color Cylindrical-coordinate representation of color #A20FE9: hue angle of 280.46º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20FE9 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 162 15 233 -
CMYK 0.30 0.94 0 0.09
HSL 280.46º 0.88% 0.49% -
HSV(B) 280.46º 0.94% 0.91% -
XYZ 29.78 13.91 78.21 -
YUV 83.81 212.2 183.77 -
System Red Green Blue C M Y K H S L
Decimal 162 15 233 0.30 0.94 0 0.09 280.46 0.88 0.49
Hex A2 F E9 1E 5E 0 9 118 58 31
Octal 242 17 351 36 136 0 11 430 130 61
Binary 10100010 1111 11101001 11110 1011110 0 1001 100011000 1011000 110001

Color Harmonies of #A20FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20FE9

Black with #A20FE9

Text Example


Text Example

White with #A20FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20FE9; }

 p { color: rgb(162,15,233); }

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

background-color css

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

 a { background-color: rgb(162,15,233); }

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

border-color css

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

 span { border-color: rgb(162,15,233); }

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