Html Css Color HEX #A21FDC Dark Orchid

📋 copy color: '#A21FDC'

red 162 ◦ green 31 ◦ blue 220

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

Shades of Dark Orchid #A21FDC

Tints of Dark Orchid #A21FDC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.51%

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

R = 39.23%
G = 7.51%
B = 53.27%

CMYK

 C value IS 0.26

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A21FDC (or 0xA21FDC) is known color: Dark Orchid. HEX triplet: A2, 1F and DC. RGB value is (162,31,220). Sum of RGB (Red+Green+Blue) = 162+31+220=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 31 (12.5% from 255 or 7.51% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #A21FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21FDC is #5DE023. Grayscale: #5B5B5B. Windows color (decimal): -6152228 or 14426018. OLE color: 14426018.

HSL color Cylindrical-coordinate representation of color #A21FDC: hue angle of 281.59º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A21FDC is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 31 220 -
CMYK 0.26 0.86 0 0.14
HSL 281.59º 0.75% 0.49% -
HSV(B) 281.59º 0.86% 0.86% -
XYZ 28.31 13.83 68.89 -
YUV 91.72 200.4 178.13 -
System Red Green Blue C M Y K H S L
Decimal 162 31 220 0.26 0.86 0 0.14 281.59 0.75 0.49
Hex A2 1F DC 1A 56 0 E 11A 4B 31
Octal 242 37 334 32 126 0 16 432 113 61
Binary 10100010 11111 11011100 11010 1010110 0 1110 100011010 1001011 110001

Color Harmonies of #A21FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21FDC

Black with #A21FDC

Text Example


Text Example

White with #A21FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21FDC; }

 p { color: rgb(162,31,220); }

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

background-color css

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

 a { background-color: rgb(162,31,220); }

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

border-color css

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

 span { border-color: rgb(162,31,220); }

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