Html Css Color HEX #A121DB Dark Orchid

📋 copy color: '#A121DB'

red 161 ◦ green 33 ◦ blue 219

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

Shades of Dark Orchid #A121DB

Tints of Dark Orchid #A121DB

RGB

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

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

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

R = 38.98%
G = 7.99%
B = 53.03%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A121DB (or 0xA121DB) is known color: Dark Orchid. HEX triplet: A1, 21 and DB. RGB value is (161,33,219). Sum of RGB (Red+Green+Blue) = 161+33+219=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 33 (13.28% from 255 or 7.99% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #A121DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A121DB is #5EDE24. Grayscale: #5B5B5B. Windows color (decimal): -6217253 or 14360993. OLE color: 14360993.

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

Color convert

RGB 161 33 219 -
CMYK 0.26 0.85 0 0.14
HSL 281.29º 0.74% 0.49% -
HSV(B) 281.29º 0.85% 0.86% -
XYZ 28.03 13.78 68.2 -
YUV 92.48 199.41 176.88 -
System Red Green Blue C M Y K H S L
Decimal 161 33 219 0.26 0.85 0 0.14 281.29 0.74 0.49
Hex A1 21 DB 1A 55 0 E 119 4A 31
Octal 241 41 333 32 125 0 16 431 112 61
Binary 10100001 100001 11011011 11010 1010101 0 1110 100011001 1001010 110001

Color Harmonies of #A121DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A121DB

Black with #A121DB

Text Example


Text Example

White with #A121DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A121DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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