Html Css Color HEX #A21EBE Dark Orchid

📋 copy color: '#A21EBE'

red 162 ◦ green 30 ◦ blue 190

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

Shades of Dark Orchid #A21EBE

Tints of Dark Orchid #A21EBE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.85%

 BLUE value IS 190 (74.61% from 255) = 49.74%

R = 42.41%
G = 7.85%
B = 49.74%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A21EBE (or 0xA21EBE) is known color: Dark Orchid. HEX triplet: A2, 1E and BE. RGB value is (162,30,190). Sum of RGB (Red+Green+Blue) = 162+30+190=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 30 (12.11% from 255 or 7.85% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #A21EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21EBE is #5DE141. Grayscale: #575757. Windows color (decimal): -6152514 or 12459682. OLE color: 12459682.

HSL color Cylindrical-coordinate representation of color #A21EBE: hue angle of 289.5º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A21EBE is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 30 190 -
CMYK 0.15 0.84 0 0.25
HSL 289.5º 0.73% 0.43% -
HSV(B) 289.5º 0.84% 0.75% -
XYZ 24.66 12.33 49.8 -
YUV 87.71 185.73 180.99 -
System Red Green Blue C M Y K H S L
Decimal 162 30 190 0.15 0.84 0 0.25 289.5 0.73 0.43
Hex A2 1E BE F 54 0 19 122 49 2B
Octal 242 36 276 17 124 0 31 442 111 53
Binary 10100010 11110 10111110 1111 1010100 0 11001 100100010 1001001 101011

Color Harmonies of #A21EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21EBE

Black with #A21EBE

Text Example


Text Example

White with #A21EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21EBE; }

 p { color: rgb(162,30,190); }

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

background-color css

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

 a { background-color: rgb(162,30,190); }

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

border-color css

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

 span { border-color: rgb(162,30,190); }

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