Html Css Color HEX #A520D1 Dark Orchid

📋 copy color: '#A520D1'

red 165 ◦ green 32 ◦ blue 209

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

Shades of Dark Orchid #A520D1

Tints of Dark Orchid #A520D1

RGB

 RED value IS 165 (64.84% from 255) = 40.64%

 GREEN value IS 32 (12.89% from 255) = 7.88%

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

R = 40.64%
G = 7.88%
B = 51.48%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A520D1 (or 0xA520D1) is known color: Dark Orchid. HEX triplet: A5, 20 and D1. RGB value is (165,32,209). Sum of RGB (Red+Green+Blue) = 165+32+209=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 32 (12.89% from 255 or 7.88% from 406); Blue value is 209 (82.03% from 255 or 51.48% from 406); Max value from RGB is 209 - color contains mainly: blue. Hex color #A520D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A520D1 is #5ADF2E. Grayscale: #5B5B5B. Windows color (decimal): -5955375 or 13705381. OLE color: 13705381.

HSL color Cylindrical-coordinate representation of color #A520D1: hue angle of 285.08º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A520D1 is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 32 209 -
CMYK 0.21 0.85 0 0.18
HSL 285.08º 0.73% 0.47% -
HSV(B) 285.08º 0.85% 0.82% -
XYZ 27.54 13.64 61.5 -
YUV 91.95 194.06 180.11 -
System Red Green Blue C M Y K H S L
Decimal 165 32 209 0.21 0.85 0 0.18 285.08 0.73 0.47
Hex A5 20 D1 15 55 0 12 11D 49 2F
Octal 245 40 321 25 125 0 22 435 111 57
Binary 10100101 100000 11010001 10101 1010101 0 10010 100011101 1001001 101111

Color Harmonies of #A520D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A520D1

Black with #A520D1

Text Example


Text Example

White with #A520D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A520D1; }

 p { color: rgb(165,32,209); }

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

background-color css

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

 a { background-color: rgb(165,32,209); }

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

border-color css

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

 span { border-color: rgb(165,32,209); }

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