Html Css Color HEX #A205D1 Dark Violet

📋 copy color: '#A205D1'

red 162 ◦ green 5 ◦ blue 209

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

Shades of Dark Violet #A205D1

Tints of Dark Violet #A205D1

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.33%

 BLUE value IS 209 (82.03% from 255) = 55.59%

R = 43.09%
G = 1.33%
B = 55.59%

CMYK

 C value IS 0.22

 M value IS 0.98

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A205D1 (or 0xA205D1) is known color: Dark Violet. HEX triplet: A2, 05 and D1. RGB value is (162,5,209). Sum of RGB (Red+Green+Blue) = 162+5+209=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 5 (2.34% from 255 or 1.33% from 376); Blue value is 209 (82.03% from 255 or 55.59% from 376); Max value from RGB is 209 - color contains mainly: blue. Hex color #A205D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A205D1 is #5DFA2E. Grayscale: #4A4A4A. Windows color (decimal): -6158895 or 13698466. OLE color: 13698466.

HSL color Cylindrical-coordinate representation of color #A205D1: hue angle of 286.18º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A205D1 is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 5 209 -
CMYK 0.22 0.98 0 0.18
HSL 286.18º 0.95% 0.42% -
HSV(B) 286.18º 0.98% 0.82% -
XYZ 26.46 12.39 61.32 -
YUV 75.2 203.51 189.91 -
System Red Green Blue C M Y K H S L
Decimal 162 5 209 0.22 0.98 0 0.18 286.18 0.95 0.42
Hex A2 5 D1 16 62 0 12 11E 5F 2A
Octal 242 5 321 26 142 0 22 436 137 52
Binary 10100010 101 11010001 10110 1100010 0 10010 100011110 1011111 101010

Color Harmonies of #A205D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A205D1

Black with #A205D1

Text Example


Text Example

White with #A205D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A205D1; }

 p { color: rgb(162,5,209); }

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

background-color css

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

 a { background-color: rgb(162,5,209); }

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

border-color css

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

 span { border-color: rgb(162,5,209); }

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