Html Css Color HEX #A21AD6 Dark Orchid

📋 copy color: '#A21AD6'

red 162 ◦ green 26 ◦ blue 214

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

Shades of Dark Orchid #A21AD6

Tints of Dark Orchid #A21AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 53.23%

R = 40.3%
G = 6.47%
B = 53.23%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A21AD6 (or 0xA21AD6) is known color: Dark Orchid. HEX triplet: A2, 1A and D6. RGB value is (162,26,214). Sum of RGB (Red+Green+Blue) = 162+26+214=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 26 (10.55% from 255 or 6.47% from 402); Blue value is 214 (83.98% from 255 or 53.23% from 402); Max value from RGB is 214 - color contains mainly: blue. Hex color #A21AD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21AD6 is #5DE529. Grayscale: #575757. Windows color (decimal): -6153514 or 14031522. OLE color: 14031522.

HSL color Cylindrical-coordinate representation of color #A21AD6: hue angle of 283.4º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A21AD6 is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 26 214 -
CMYK 0.24 0.88 0 0.16
HSL 283.4º 0.78% 0.47% -
HSV(B) 283.4º 0.88% 0.84% -
XYZ 27.41 13.28 64.74 -
YUV 88.1 199.06 180.71 -
System Red Green Blue C M Y K H S L
Decimal 162 26 214 0.24 0.88 0 0.16 283.4 0.78 0.47
Hex A2 1A D6 18 58 0 10 11B 4E 2F
Octal 242 32 326 30 130 0 20 433 116 57
Binary 10100010 11010 11010110 11000 1011000 0 10000 100011011 1001110 101111

Color Harmonies of #A21AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21AD6

Black with #A21AD6

Text Example


Text Example

White with #A21AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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