Html Css Color HEX #A520DD Dark Orchid

📋 copy color: '#A520DD'

red 165 ◦ green 32 ◦ blue 221

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

Shades of Dark Orchid #A520DD

Tints of Dark Orchid #A520DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.87%

R = 39.47%
G = 7.66%
B = 52.87%

CMYK

 C value IS 0.25

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A520DD (or 0xA520DD) is known color: Dark Orchid. HEX triplet: A5, 20 and DD. RGB value is (165,32,221). Sum of RGB (Red+Green+Blue) = 165+32+221=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 32 (12.89% from 255 or 7.66% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #A520DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A520DD is #5ADF22. Grayscale: #5C5C5C. Windows color (decimal): -5955363 or 14491813. OLE color: 14491813.

HSL color Cylindrical-coordinate representation of color #A520DD: hue angle of 282.22º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A520DD is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 32 221 -
CMYK 0.25 0.86 0 0.13
HSL 282.22º 0.75% 0.5% -
HSV(B) 282.22º 0.86% 0.87% -
XYZ 29.08 14.25 69.62 -
YUV 93.31 200.06 179.13 -
System Red Green Blue C M Y K H S L
Decimal 165 32 221 0.25 0.86 0 0.13 282.22 0.75 0.5
Hex A5 20 DD 19 56 0 D 11A 4B 32
Octal 245 40 335 31 126 0 15 432 113 62
Binary 10100101 100000 11011101 11001 1010110 0 1101 100011010 1001011 110010

Color Harmonies of #A520DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A520DD

Black with #A520DD

Text Example


Text Example

White with #A520DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A520DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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