Html Css Color HEX #A520D3 Dark Orchid

📋 copy color: '#A520D3'

red 165 ◦ green 32 ◦ blue 211

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

Shades of Dark Orchid #A520D3

Tints of Dark Orchid #A520D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 51.72%

R = 40.44%
G = 7.84%
B = 51.72%

CMYK

 C value IS 0.22

 M value IS 0.85

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A520D3 (or 0xA520D3) is known color: Dark Orchid. HEX triplet: A5, 20 and D3. RGB value is (165,32,211). Sum of RGB (Red+Green+Blue) = 165+32+211=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 32 (12.89% from 255 or 7.84% from 408); Blue value is 211 (82.81% from 255 or 51.72% from 408); Max value from RGB is 211 - color contains mainly: blue. Hex color #A520D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A520D3 is #5ADF2C. Grayscale: #5B5B5B. Windows color (decimal): -5955373 or 13836453. OLE color: 13836453.

HSL color Cylindrical-coordinate representation of color #A520D3: hue angle of 284.58º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A520D3 is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 165 32 211 -
CMYK 0.22 0.85 0 0.17
HSL 284.58º 0.74% 0.48% -
HSV(B) 284.58º 0.85% 0.83% -
XYZ 27.79 13.74 62.81 -
YUV 92.17 195.06 179.95 -
System Red Green Blue C M Y K H S L
Decimal 165 32 211 0.22 0.85 0 0.17 284.58 0.74 0.48
Hex A5 20 D3 16 55 0 11 11D 4A 30
Octal 245 40 323 26 125 0 21 435 112 60
Binary 10100101 100000 11010011 10110 1010101 0 10001 100011101 1001010 110000

Color Harmonies of #A520D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A520D3

Black with #A520D3

Text Example


Text Example

White with #A520D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A520D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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