Html Css Color HEX #A21DC9 Dark Orchid

📋 copy color: '#A21DC9'

red 162 ◦ green 29 ◦ blue 201

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

Shades of Dark Orchid #A21DC9

Tints of Dark Orchid #A21DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 51.28%

R = 41.33%
G = 7.4%
B = 51.28%

CMYK

 C value IS 0.19

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A21DC9 (or 0xA21DC9) is known color: Dark Orchid. HEX triplet: A2, 1D and C9. RGB value is (162,29,201). Sum of RGB (Red+Green+Blue) = 162+29+201=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 29 (11.72% from 255 or 7.40% from 392); Blue value is 201 (78.91% from 255 or 51.28% from 392); Max value from RGB is 201 - color contains mainly: blue. Hex color #A21DC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21DC9 is #5DE236. Grayscale: #575757. Windows color (decimal): -6152759 or 13180322. OLE color: 13180322.

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

Color convert

RGB 162 29 201 -
CMYK 0.19 0.86 0 0.21
HSL 286.4º 0.75% 0.45% -
HSV(B) 286.4º 0.86% 0.79% -
XYZ 25.88 12.78 56.36 -
YUV 88.38 191.56 180.51 -
System Red Green Blue C M Y K H S L
Decimal 162 29 201 0.19 0.86 0 0.21 286.4 0.75 0.45
Hex A2 1D C9 13 56 0 15 11E 4B 2D
Octal 242 35 311 23 126 0 25 436 113 55
Binary 10100010 11101 11001001 10011 1010110 0 10101 100011110 1001011 101101

Color Harmonies of #A21DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21DC9

Black with #A21DC9

Text Example


Text Example

White with #A21DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21DC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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