Html Css Color HEX #A21BE0 Dark Orchid

📋 copy color: '#A21BE0'

red 162 ◦ green 27 ◦ blue 224

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

Shades of Dark Orchid #A21BE0

Tints of Dark Orchid #A21BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 54.24%

R = 39.23%
G = 6.54%
B = 54.24%

CMYK

 C value IS 0.28

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A21BE0 (or 0xA21BE0) is known color: Dark Orchid. HEX triplet: A2, 1B and E0. RGB value is (162,27,224). Sum of RGB (Red+Green+Blue) = 162+27+224=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 27 (10.94% from 255 or 6.54% from 413); Blue value is 224 (87.89% from 255 or 54.24% from 413); Max value from RGB is 224 - color contains mainly: blue. Hex color #A21BE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21BE0 is #5DE41F. Grayscale: #595959. Windows color (decimal): -6153248 or 14687138. OLE color: 14687138.

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

Color convert

RGB 162 27 224 -
CMYK 0.28 0.88 0 0.12
HSL 281.12º 0.78% 0.49% -
HSV(B) 281.12º 0.88% 0.88% -
XYZ 28.75 13.85 71.68 -
YUV 89.82 203.73 179.48 -
System Red Green Blue C M Y K H S L
Decimal 162 27 224 0.28 0.88 0 0.12 281.12 0.78 0.49
Hex A2 1B E0 1C 58 0 C 119 4E 31
Octal 242 33 340 34 130 0 14 431 116 61
Binary 10100010 11011 11100000 11100 1011000 0 1100 100011001 1001110 110001

Color Harmonies of #A21BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21BE0

Black with #A21BE0

Text Example


Text Example

White with #A21BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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