Html Css Color HEX #A121D6 Dark Orchid

📋 copy color: '#A121D6'

red 161 ◦ green 33 ◦ blue 214

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

Shades of Dark Orchid #A121D6

Tints of Dark Orchid #A121D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 52.45%

R = 39.46%
G = 8.09%
B = 52.45%

CMYK

 C value IS 0.25

 M value IS 0.85

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A121D6 (or 0xA121D6) is known color: Dark Orchid. HEX triplet: A1, 21 and D6. RGB value is (161,33,214). Sum of RGB (Red+Green+Blue) = 161+33+214=408 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.46% from 408); Green value is 33 (13.28% from 255 or 8.09% from 408); Blue value is 214 (83.98% from 255 or 52.45% from 408); Max value from RGB is 214 - color contains mainly: blue. Hex color #A121D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A121D6 is #5EDE29. Grayscale: #5B5B5B. Windows color (decimal): -6217258 or 14033313. OLE color: 14033313.

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

Color convert

RGB 161 33 214 -
CMYK 0.25 0.85 0 0.16
HSL 282.43º 0.73% 0.48% -
HSV(B) 282.43º 0.85% 0.84% -
XYZ 27.38 13.52 64.78 -
YUV 91.91 196.91 177.28 -
System Red Green Blue C M Y K H S L
Decimal 161 33 214 0.25 0.85 0 0.16 282.43 0.73 0.48
Hex A1 21 D6 19 55 0 10 11A 49 30
Octal 241 41 326 31 125 0 20 432 111 60
Binary 10100001 100001 11010110 11001 1010101 0 10000 100011010 1001001 110000

Color Harmonies of #A121D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A121D6

Black with #A121D6

Text Example


Text Example

White with #A121D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A121D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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