Html Css Color HEX #A521DC Dark Orchid

📋 copy color: '#A521DC'

red 165 ◦ green 33 ◦ blue 220

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

Shades of Dark Orchid #A521DC

Tints of Dark Orchid #A521DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.63%

R = 39.47%
G = 7.89%
B = 52.63%

CMYK

 C value IS 0.25

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A521DC (or 0xA521DC) is known color: Dark Orchid. HEX triplet: A5, 21 and DC. RGB value is (165,33,220). Sum of RGB (Red+Green+Blue) = 165+33+220=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 33 (13.28% from 255 or 7.89% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #A521DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A521DC is #5ADE23. Grayscale: #5D5D5D. Windows color (decimal): -5955108 or 14426533. OLE color: 14426533.

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

Color convert

RGB 165 33 220 -
CMYK 0.25 0.85 0 0.14
HSL 282.35º 0.74% 0.5% -
HSV(B) 282.35º 0.85% 0.86% -
XYZ 28.98 14.25 68.93 -
YUV 93.79 199.23 178.79 -
System Red Green Blue C M Y K H S L
Decimal 165 33 220 0.25 0.85 0 0.14 282.35 0.74 0.5
Hex A5 21 DC 19 55 0 E 11A 4A 32
Octal 245 41 334 31 125 0 16 432 112 62
Binary 10100101 100001 11011100 11001 1010101 0 1110 100011010 1001010 110010

Color Harmonies of #A521DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A521DC

Black with #A521DC

Text Example


Text Example

White with #A521DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A521DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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