Html Css Color HEX #A21BDB Dark Orchid

📋 copy color: '#A21BDB'

red 162 ◦ green 27 ◦ blue 219

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

Shades of Dark Orchid #A21BDB

Tints of Dark Orchid #A21BDB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.62%

 BLUE value IS 219 (85.94% from 255) = 53.68%

R = 39.71%
G = 6.62%
B = 53.68%

CMYK

 C value IS 0.26

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A21BDB (or 0xA21BDB) is known color: Dark Orchid. HEX triplet: A2, 1B and DB. RGB value is (162,27,219). Sum of RGB (Red+Green+Blue) = 162+27+219=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 27 (10.94% from 255 or 6.62% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #A21BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21BDB is #5DE424. Grayscale: #585858. Windows color (decimal): -6153253 or 14359458. OLE color: 14359458.

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

Color convert

RGB 162 27 219 -
CMYK 0.26 0.88 0 0.14
HSL 282.19º 0.78% 0.48% -
HSV(B) 282.19º 0.88% 0.86% -
XYZ 28.08 13.58 68.16 -
YUV 89.25 201.23 179.89 -
System Red Green Blue C M Y K H S L
Decimal 162 27 219 0.26 0.88 0 0.14 282.19 0.78 0.48
Hex A2 1B DB 1A 58 0 E 11A 4E 30
Octal 242 33 333 32 130 0 16 432 116 60
Binary 10100010 11011 11011011 11010 1011000 0 1110 100011010 1001110 110000

Color Harmonies of #A21BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21BDB

Black with #A21BDB

Text Example


Text Example

White with #A21BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21BDB; }

 p { color: rgb(162,27,219); }

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

background-color css

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

 a { background-color: rgb(162,27,219); }

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

border-color css

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

 span { border-color: rgb(162,27,219); }

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