Html Css Color HEX #A520CC Dark Orchid

📋 copy color: '#A520CC'

red 165 ◦ green 32 ◦ blue 204

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

Shades of Dark Orchid #A520CC

Tints of Dark Orchid #A520CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.87%

R = 41.15%
G = 7.98%
B = 50.87%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A520CC (or 0xA520CC) is known color: Dark Orchid. HEX triplet: A5, 20 and CC. RGB value is (165,32,204). Sum of RGB (Red+Green+Blue) = 165+32+204=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 32 (12.89% from 255 or 7.98% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #A520CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A520CC is #5ADF33. Grayscale: #5A5A5A. Windows color (decimal): -5955380 or 13377701. OLE color: 13377701.

HSL color Cylindrical-coordinate representation of color #A520CC: hue angle of 286.4º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A520CC is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 165 32 204 -
CMYK 0.19 0.84 0 0.2
HSL 286.4º 0.73% 0.46% -
HSV(B) 286.4º 0.84% 0.8% -
XYZ 26.93 13.39 58.29 -
YUV 91.38 191.56 180.51 -
System Red Green Blue C M Y K H S L
Decimal 165 32 204 0.19 0.84 0 0.2 286.4 0.73 0.46
Hex A5 20 CC 13 54 0 14 11E 49 2E
Octal 245 40 314 23 124 0 24 436 111 56
Binary 10100101 100000 11001100 10011 1010100 0 10100 100011110 1001001 101110

Color Harmonies of #A520CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A520CC

Black with #A520CC

Text Example


Text Example

White with #A520CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A520CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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