Html Css Color HEX #A121AB Dark Orchid

📋 copy color: '#A121AB'

red 161 ◦ green 33 ◦ blue 171

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

Shades of Dark Orchid #A121AB

Tints of Dark Orchid #A121AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.85%

R = 44.11%
G = 9.04%
B = 46.85%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A121AB (or 0xA121AB) is known color: Dark Orchid. HEX triplet: A1, 21 and AB. RGB value is (161,33,171). Sum of RGB (Red+Green+Blue) = 161+33+171=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #A121AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A121AB is #5EDE54. Grayscale: #565656. Windows color (decimal): -6217301 or 11215265. OLE color: 11215265.

HSL color Cylindrical-coordinate representation of color #A121AB: hue angle of 295.65º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A121AB is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 33 171 -
CMYK 0.06 0.81 0 0.33
HSL 295.65º 0.68% 0.4% -
HSV(B) 295.65º 0.81% 0.67% -
XYZ 22.59 11.61 39.58 -
YUV 87 175.41 180.78 -
System Red Green Blue C M Y K H S L
Decimal 161 33 171 0.06 0.81 0 0.33 295.65 0.68 0.4
Hex A1 21 AB 6 51 0 21 128 44 28
Octal 241 41 253 6 121 0 41 450 104 50
Binary 10100001 100001 10101011 110 1010001 0 100001 100101000 1000100 101000

Color Harmonies of #A121AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A121AB

Black with #A121AB

Text Example


Text Example

White with #A121AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A121AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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