Html Css Color HEX #A21CDB Dark Orchid

📋 copy color: '#A21CDB'

red 162 ◦ green 28 ◦ blue 219

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

Shades of Dark Orchid #A21CDB

Tints of Dark Orchid #A21CDB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.85%

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

R = 39.61%
G = 6.85%
B = 53.55%

CMYK

 C value IS 0.26

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A21CDB (or 0xA21CDB) is known color: Dark Orchid. HEX triplet: A2, 1C and DB. RGB value is (162,28,219). Sum of RGB (Red+Green+Blue) = 162+28+219=409 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.61% from 409); Green value is 28 (11.33% from 255 or 6.85% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #A21CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21CDB is #5DE324. Grayscale: #595959. Windows color (decimal): -6152997 or 14359714. OLE color: 14359714.

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

Color convert

RGB 162 28 219 -
CMYK 0.26 0.87 0 0.14
HSL 282.09º 0.77% 0.48% -
HSV(B) 282.09º 0.87% 0.86% -
XYZ 28.1 13.63 68.17 -
YUV 89.84 200.89 179.47 -
System Red Green Blue C M Y K H S L
Decimal 162 28 219 0.26 0.87 0 0.14 282.09 0.77 0.48
Hex A2 1C DB 1A 57 0 E 11A 4D 30
Octal 242 34 333 32 127 0 16 432 115 60
Binary 10100010 11100 11011011 11010 1010111 0 1110 100011010 1001101 110000

Color Harmonies of #A21CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21CDB

Black with #A21CDB

Text Example


Text Example

White with #A21CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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