Html Css Color HEX #A21DD7 Dark Orchid

📋 copy color: '#A21DD7'

red 162 ◦ green 29 ◦ blue 215

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

Shades of Dark Orchid #A21DD7

Tints of Dark Orchid #A21DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 52.96%

R = 39.9%
G = 7.14%
B = 52.96%

CMYK

 C value IS 0.25

 M value IS 0.87

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A21DD7 (or 0xA21DD7) is known color: Dark Orchid. HEX triplet: A2, 1D and D7. RGB value is (162,29,215). Sum of RGB (Red+Green+Blue) = 162+29+215=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 29 (11.72% from 255 or 7.14% from 406); Blue value is 215 (84.38% from 255 or 52.96% from 406); Max value from RGB is 215 - color contains mainly: blue. Hex color #A21DD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21DD7 is #5DE228. Grayscale: #595959. Windows color (decimal): -6152745 or 14097826. OLE color: 14097826.

HSL color Cylindrical-coordinate representation of color #A21DD7: hue angle of 282.9º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A21DD7 is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 29 215 -
CMYK 0.25 0.87 0 0.16
HSL 282.9º 0.76% 0.48% -
HSV(B) 282.9º 0.87% 0.84% -
XYZ 27.61 13.47 65.43 -
YUV 89.97 198.56 179.38 -
System Red Green Blue C M Y K H S L
Decimal 162 29 215 0.25 0.87 0 0.16 282.9 0.76 0.48
Hex A2 1D D7 19 57 0 10 11B 4C 30
Octal 242 35 327 31 127 0 20 433 114 60
Binary 10100010 11101 11010111 11001 1010111 0 10000 100011011 1001100 110000

Color Harmonies of #A21DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21DD7

Black with #A21DD7

Text Example


Text Example

White with #A21DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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