Html Css Color HEX #A121DE Dark Orchid

📋 copy color: '#A121DE'

red 161 ◦ green 33 ◦ blue 222

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

Shades of Dark Orchid #A121DE

Tints of Dark Orchid #A121DE

RGB

 RED value IS 161 (63.28% from 255) = 38.7%

 GREEN value IS 33 (13.28% from 255) = 7.93%

 BLUE value IS 222 (87.11% from 255) = 53.37%

R = 38.7%
G = 7.93%
B = 53.37%

CMYK

 C value IS 0.27

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A121DE (or 0xA121DE) is known color: Dark Orchid. HEX triplet: A1, 21 and DE. RGB value is (161,33,222). Sum of RGB (Red+Green+Blue) = 161+33+222=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 33 (13.28% from 255 or 7.93% from 416); Blue value is 222 (87.11% from 255 or 53.37% from 416); Max value from RGB is 222 - color contains mainly: blue. Hex color #A121DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A121DE is #5EDE21. Grayscale: #5C5C5C. Windows color (decimal): -6217250 or 14557601. OLE color: 14557601.

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

Color convert

RGB 161 33 222 -
CMYK 0.27 0.85 0 0.13
HSL 280.63º 0.74% 0.5% -
HSV(B) 280.63º 0.85% 0.87% -
XYZ 28.43 13.94 70.3 -
YUV 92.82 200.91 176.63 -
System Red Green Blue C M Y K H S L
Decimal 161 33 222 0.27 0.85 0 0.13 280.63 0.74 0.5
Hex A1 21 DE 1B 55 0 D 119 4A 32
Octal 241 41 336 33 125 0 15 431 112 62
Binary 10100001 100001 11011110 11011 1010101 0 1101 100011001 1001010 110010

Color Harmonies of #A121DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A121DE

Black with #A121DE

Text Example


Text Example

White with #A121DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A121DE; }

 p { color: rgb(161,33,222); }

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

background-color css

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

 a { background-color: rgb(161,33,222); }

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

border-color css

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

 span { border-color: rgb(161,33,222); }

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