Html Css Color HEX #A20FDA Dark Violet

📋 copy color: '#A20FDA'

red 162 ◦ green 15 ◦ blue 218

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

Shades of Dark Violet #A20FDA

Tints of Dark Violet #A20FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.19%

R = 41.01%
G = 3.8%
B = 55.19%

CMYK

 C value IS 0.26

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A20FDA (or 0xA20FDA) is known color: Dark Violet. HEX triplet: A2, 0F and DA. RGB value is (162,15,218). Sum of RGB (Red+Green+Blue) = 162+15+218=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 15 (6.25% from 255 or 3.80% from 395); Blue value is 218 (85.55% from 255 or 55.19% from 395); Max value from RGB is 218 - color contains mainly: blue. Hex color #A20FDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20FDA is #5DF025. Grayscale: #515151. Windows color (decimal): -6156326 or 14290850. OLE color: 14290850.

HSL color Cylindrical-coordinate representation of color #A20FDA: hue angle of 283.45º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20FDA is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 15 218 -
CMYK 0.26 0.93 0 0.15
HSL 283.45º 0.87% 0.46% -
HSV(B) 283.45º 0.93% 0.85% -
XYZ 27.73 13.08 67.39 -
YUV 82.1 204.7 184.99 -
System Red Green Blue C M Y K H S L
Decimal 162 15 218 0.26 0.93 0 0.15 283.45 0.87 0.46
Hex A2 F DA 1A 5D 0 F 11B 57 2E
Octal 242 17 332 32 135 0 17 433 127 56
Binary 10100010 1111 11011010 11010 1011101 0 1111 100011011 1010111 101110

Color Harmonies of #A20FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20FDA

Black with #A20FDA

Text Example


Text Example

White with #A20FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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