Html Css Color HEX #A21AD1 Dark Orchid

📋 copy color: '#A21AD1'

red 162 ◦ green 26 ◦ blue 209

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

Shades of Dark Orchid #A21AD1

Tints of Dark Orchid #A21AD1

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.55%

 BLUE value IS 209 (82.03% from 255) = 52.64%

R = 40.81%
G = 6.55%
B = 52.64%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A21AD1 (or 0xA21AD1) is known color: Dark Orchid. HEX triplet: A2, 1A and D1. RGB value is (162,26,209). Sum of RGB (Red+Green+Blue) = 162+26+209=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 26 (10.55% from 255 or 6.55% from 397); Blue value is 209 (82.03% from 255 or 52.64% from 397); Max value from RGB is 209 - color contains mainly: blue. Hex color #A21AD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21AD1 is #5DE52E. Grayscale: #565656. Windows color (decimal): -6153519 or 13703842. OLE color: 13703842.

HSL color Cylindrical-coordinate representation of color #A21AD1: hue angle of 284.59º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A21AD1 is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 26 209 -
CMYK 0.22 0.88 0 0.18
HSL 284.59º 0.78% 0.46% -
HSV(B) 284.59º 0.88% 0.82% -
XYZ 26.78 13.02 61.42 -
YUV 87.53 196.56 181.12 -
System Red Green Blue C M Y K H S L
Decimal 162 26 209 0.22 0.88 0 0.18 284.59 0.78 0.46
Hex A2 1A D1 16 58 0 12 11D 4E 2E
Octal 242 32 321 26 130 0 22 435 116 56
Binary 10100010 11010 11010001 10110 1011000 0 10010 100011101 1001110 101110

Color Harmonies of #A21AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21AD1

Black with #A21AD1

Text Example


Text Example

White with #A21AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21AD1; }

 p { color: rgb(162,26,209); }

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

background-color css

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

 a { background-color: rgb(162,26,209); }

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

border-color css

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

 span { border-color: rgb(162,26,209); }

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