Html Css Color HEX #A205C1 Dark Violet

📋 copy color: '#A205C1'

red 162 ◦ green 5 ◦ blue 193

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

Shades of Dark Violet #A205C1

Tints of Dark Violet #A205C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 53.61%

R = 45%
G = 1.39%
B = 53.61%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A205C1 (or 0xA205C1) is known color: Dark Violet. HEX triplet: A2, 05 and C1. RGB value is (162,5,193). Sum of RGB (Red+Green+Blue) = 162+5+193=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 5 (2.34% from 255 or 1.39% from 360); Blue value is 193 (75.78% from 255 or 53.61% from 360); Max value from RGB is 193 - color contains mainly: blue. Hex color #A205C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A205C1 is #5DFA3E. Grayscale: #484848. Windows color (decimal): -6158911 or 12649890. OLE color: 12649890.

HSL color Cylindrical-coordinate representation of color #A205C1: hue angle of 290.11º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A205C1 is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 5 193 -
CMYK 0.16 0.97 0 0.24
HSL 290.11º 0.95% 0.39% -
HSV(B) 290.11º 0.97% 0.76% -
XYZ 24.58 11.64 51.4 -
YUV 73.38 195.51 191.21 -
System Red Green Blue C M Y K H S L
Decimal 162 5 193 0.16 0.97 0 0.24 290.11 0.95 0.39
Hex A2 5 C1 10 61 0 18 122 5F 27
Octal 242 5 301 20 141 0 30 442 137 47
Binary 10100010 101 11000001 10000 1100001 0 11000 100100010 1011111 100111

Color Harmonies of #A205C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A205C1

Black with #A205C1

Text Example


Text Example

White with #A205C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A205C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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