Html Css Color HEX #A205B5 Dark Violet

📋 copy color: '#A205B5'

red 162 ◦ green 5 ◦ blue 181

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

Shades of Dark Violet #A205B5

Tints of Dark Violet #A205B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 52.01%

R = 46.55%
G = 1.44%
B = 52.01%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A205B5 (or 0xA205B5) is known color: Dark Violet. HEX triplet: A2, 05 and B5. RGB value is (162,5,181). Sum of RGB (Red+Green+Blue) = 162+5+181=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 5 (2.34% from 255 or 1.44% from 348); Blue value is 181 (71.09% from 255 or 52.01% from 348); Max value from RGB is 181 - color contains mainly: blue. Hex color #A205B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A205B5 is #5DFA4A. Grayscale: #474747. Windows color (decimal): -6158923 or 11863458. OLE color: 11863458.

HSL color Cylindrical-coordinate representation of color #A205B5: hue angle of 293.52º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A205B5 is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 5 181 -
CMYK 0.10 0.97 0 0.29
HSL 293.52º 0.95% 0.36% -
HSV(B) 293.52º 0.97% 0.71% -
XYZ 23.3 11.13 44.64 -
YUV 72.01 189.51 192.19 -
System Red Green Blue C M Y K H S L
Decimal 162 5 181 0.10 0.97 0 0.29 293.52 0.95 0.36
Hex A2 5 B5 A 61 0 1D 126 5F 24
Octal 242 5 265 12 141 0 35 446 137 44
Binary 10100010 101 10110101 1010 1100001 0 11101 100100110 1011111 100100

Color Harmonies of #A205B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A205B5

Black with #A205B5

Text Example


Text Example

White with #A205B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A205B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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