Html Css Color HEX #A21DCD Dark Orchid

📋 copy color: '#A21DCD'

red 162 ◦ green 29 ◦ blue 205

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

Shades of Dark Orchid #A21DCD

Tints of Dark Orchid #A21DCD

RGB

 RED value IS 162 (63.67% from 255) = 40.91%

 GREEN value IS 29 (11.72% from 255) = 7.32%

 BLUE value IS 205 (80.47% from 255) = 51.77%

R = 40.91%
G = 7.32%
B = 51.77%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A21DCD (or 0xA21DCD) is known color: Dark Orchid. HEX triplet: A2, 1D and CD. RGB value is (162,29,205). Sum of RGB (Red+Green+Blue) = 162+29+205=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 29 (11.72% from 255 or 7.32% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #A21DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21DCD is #5DE232. Grayscale: #585858. Windows color (decimal): -6152755 or 13442466. OLE color: 13442466.

HSL color Cylindrical-coordinate representation of color #A21DCD: hue angle of 285.34º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A21DCD is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 29 205 -
CMYK 0.21 0.86 0 0.20
HSL 285.34º 0.75% 0.46% -
HSV(B) 285.34º 0.86% 0.8% -
XYZ 26.36 12.97 58.87 -
YUV 88.83 193.56 180.19 -
System Red Green Blue C M Y K H S L
Decimal 162 29 205 0.21 0.86 0 0.20 285.34 0.75 0.46
Hex A2 1D CD 15 56 0 14 11D 4B 2E
Octal 242 35 315 25 126 0 24 435 113 56
Binary 10100010 11101 11001101 10101 1010110 0 10100 100011101 1001011 101110

Color Harmonies of #A21DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21DCD

Black with #A21DCD

Text Example


Text Example

White with #A21DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21DCD; }

 p { color: rgb(162,29,205); }

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

background-color css

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

 a { background-color: rgb(162,29,205); }

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

border-color css

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

 span { border-color: rgb(162,29,205); }

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