Html Css Color HEX #A21BDD Dark Orchid

📋 copy color: '#A21BDD'

red 162 ◦ green 27 ◦ blue 221

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

Shades of Dark Orchid #A21BDD

Tints of Dark Orchid #A21BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.9%

R = 39.51%
G = 6.59%
B = 53.9%

CMYK

 C value IS 0.27

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A21BDD (or 0xA21BDD) is known color: Dark Orchid. HEX triplet: A2, 1B and DD. RGB value is (162,27,221). Sum of RGB (Red+Green+Blue) = 162+27+221=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 27 (10.94% from 255 or 6.59% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #A21BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21BDD is #5DE422. Grayscale: #585858. Windows color (decimal): -6153251 or 14490530. OLE color: 14490530.

HSL color Cylindrical-coordinate representation of color #A21BDD: hue angle of 281.75º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A21BDD is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 27 221 -
CMYK 0.27 0.88 0 0.13
HSL 281.75º 0.78% 0.49% -
HSV(B) 281.75º 0.88% 0.87% -
XYZ 28.34 13.69 69.55 -
YUV 89.48 202.23 179.73 -
System Red Green Blue C M Y K H S L
Decimal 162 27 221 0.27 0.88 0 0.13 281.75 0.78 0.49
Hex A2 1B DD 1B 58 0 D 11A 4E 31
Octal 242 33 335 33 130 0 15 432 116 61
Binary 10100010 11011 11011101 11011 1011000 0 1101 100011010 1001110 110001

Color Harmonies of #A21BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21BDD

Black with #A21BDD

Text Example


Text Example

White with #A21BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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