Html Css Color HEX #A520E1 Dark Orchid

📋 copy color: '#A520E1'

red 165 ◦ green 32 ◦ blue 225

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

Shades of Dark Orchid #A520E1

Tints of Dark Orchid #A520E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 53.32%

R = 39.1%
G = 7.58%
B = 53.32%

CMYK

 C value IS 0.27

 M value IS 0.86

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A520E1 (or 0xA520E1) is known color: Dark Orchid. HEX triplet: A5, 20 and E1. RGB value is (165,32,225). Sum of RGB (Red+Green+Blue) = 165+32+225=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 32 (12.89% from 255 or 7.58% from 422); Blue value is 225 (88.28% from 255 or 53.32% from 422); Max value from RGB is 225 - color contains mainly: blue. Hex color #A520E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A520E1 is #5ADF1E. Grayscale: #5D5D5D. Windows color (decimal): -5955359 or 14753957. OLE color: 14753957.

HSL color Cylindrical-coordinate representation of color #A520E1: hue angle of 281.35º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A520E1 is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 32 225 -
CMYK 0.27 0.86 0 0.12
HSL 281.35º 0.76% 0.5% -
HSV(B) 281.35º 0.86% 0.88% -
XYZ 29.62 14.47 72.47 -
YUV 93.77 202.06 178.81 -
System Red Green Blue C M Y K H S L
Decimal 165 32 225 0.27 0.86 0 0.12 281.35 0.76 0.5
Hex A5 20 E1 1B 56 0 C 119 4C 32
Octal 245 40 341 33 126 0 14 431 114 62
Binary 10100101 100000 11100001 11011 1010110 0 1100 100011001 1001100 110010

Color Harmonies of #A520E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A520E1

Black with #A520E1

Text Example


Text Example

White with #A520E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A520E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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