Html Css Color HEX #A121BA Dark Orchid

📋 copy color: '#A121BA'

red 161 ◦ green 33 ◦ blue 186

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

Shades of Dark Orchid #A121BA

Tints of Dark Orchid #A121BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.95%

R = 42.37%
G = 8.68%
B = 48.95%

CMYK

 C value IS 0.13

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A121BA (or 0xA121BA) is known color: Dark Orchid. HEX triplet: A1, 21 and BA. RGB value is (161,33,186). Sum of RGB (Red+Green+Blue) = 161+33+186=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 33 (13.28% from 255 or 8.68% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #A121BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A121BA is #5EDE45. Grayscale: #585858. Windows color (decimal): -6217286 or 12198305. OLE color: 12198305.

HSL color Cylindrical-coordinate representation of color #A121BA: hue angle of 290.2º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A121BA is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 33 186 -
CMYK 0.13 0.82 0 0.27
HSL 290.2º 0.7% 0.43% -
HSV(B) 290.2º 0.82% 0.73% -
XYZ 24.1 12.21 47.54 -
YUV 88.71 182.91 179.56 -
System Red Green Blue C M Y K H S L
Decimal 161 33 186 0.13 0.82 0 0.27 290.2 0.7 0.43
Hex A1 21 BA D 52 0 1B 122 46 2B
Octal 241 41 272 15 122 0 33 442 106 53
Binary 10100001 100001 10111010 1101 1010010 0 11011 100100010 1000110 101011

Color Harmonies of #A121BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A121BA

Black with #A121BA

Text Example


Text Example

White with #A121BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A121BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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