Html Css Color HEX #A20FDF Dark Violet

📋 copy color: '#A20FDF'

red 162 ◦ green 15 ◦ blue 223

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

Shades of Dark Violet #A20FDF

Tints of Dark Violet #A20FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.75%

R = 40.5%
G = 3.75%
B = 55.75%

CMYK

 C value IS 0.27

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A20FDF (or 0xA20FDF) is known color: Dark Violet. HEX triplet: A2, 0F and DF. RGB value is (162,15,223). Sum of RGB (Red+Green+Blue) = 162+15+223=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 15 (6.25% from 255 or 3.75% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #A20FDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20FDF is #5DF020. Grayscale: #515151. Windows color (decimal): -6156321 or 14618530. OLE color: 14618530.

HSL color Cylindrical-coordinate representation of color #A20FDF: hue angle of 282.4º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20FDF is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 15 223 -
CMYK 0.27 0.93 0 0.13
HSL 282.4º 0.87% 0.47% -
HSV(B) 282.4º 0.93% 0.87% -
XYZ 28.39 13.35 70.89 -
YUV 82.67 207.2 184.59 -
System Red Green Blue C M Y K H S L
Decimal 162 15 223 0.27 0.93 0 0.13 282.4 0.87 0.47
Hex A2 F DF 1B 5D 0 D 11A 57 2F
Octal 242 17 337 33 135 0 15 432 127 57
Binary 10100010 1111 11011111 11011 1011101 0 1101 100011010 1010111 101111

Color Harmonies of #A20FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20FDF

Black with #A20FDF

Text Example


Text Example

White with #A20FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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