Html Css Color HEX #A521CE Dark Orchid

📋 copy color: '#A521CE'

red 165 ◦ green 33 ◦ blue 206

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

Shades of Dark Orchid #A521CE

Tints of Dark Orchid #A521CE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.17%

 BLUE value IS 206 (80.86% from 255) = 50.99%

R = 40.84%
G = 8.17%
B = 50.99%

CMYK

 C value IS 0.20

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A521CE (or 0xA521CE) is known color: Dark Orchid. HEX triplet: A5, 21 and CE. RGB value is (165,33,206). Sum of RGB (Red+Green+Blue) = 165+33+206=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 33 (13.28% from 255 or 8.17% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #A521CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A521CE is #5ADE31. Grayscale: #5B5B5B. Windows color (decimal): -5955122 or 13509029. OLE color: 13509029.

HSL color Cylindrical-coordinate representation of color #A521CE: hue angle of 285.78º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A521CE is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 33 206 -
CMYK 0.20 0.84 0 0.19
HSL 285.78º 0.72% 0.47% -
HSV(B) 285.78º 0.84% 0.81% -
XYZ 27.2 13.54 59.57 -
YUV 92.19 192.23 179.93 -
System Red Green Blue C M Y K H S L
Decimal 165 33 206 0.20 0.84 0 0.19 285.78 0.72 0.47
Hex A5 21 CE 14 54 0 13 11E 48 2F
Octal 245 41 316 24 124 0 23 436 110 57
Binary 10100101 100001 11001110 10100 1010100 0 10011 100011110 1001000 101111

Color Harmonies of #A521CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A521CE

Black with #A521CE

Text Example


Text Example

White with #A521CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A521CE; }

 p { color: rgb(165,33,206); }

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

background-color css

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

 a { background-color: rgb(165,33,206); }

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

border-color css

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

 span { border-color: rgb(165,33,206); }

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