Html Css Color HEX #A121BB Dark Orchid

📋 copy color: '#A121BB'

red 161 ◦ green 33 ◦ blue 187

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

Shades of Dark Orchid #A121BB

Tints of Dark Orchid #A121BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.08%

R = 42.26%
G = 8.66%
B = 49.08%

CMYK

 C value IS 0.14

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A121BB (or 0xA121BB) is known color: Dark Orchid. HEX triplet: A1, 21 and BB. RGB value is (161,33,187). Sum of RGB (Red+Green+Blue) = 161+33+187=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 33 (13.28% from 255 or 8.66% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #A121BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A121BB is #5EDE44. Grayscale: #585858. Windows color (decimal): -6217285 or 12263841. OLE color: 12263841.

HSL color Cylindrical-coordinate representation of color #A121BB: hue angle of 289.87º 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 #A121BB is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 33 187 -
CMYK 0.14 0.82 0 0.27
HSL 289.87º 0.7% 0.43% -
HSV(B) 289.87º 0.82% 0.73% -
XYZ 24.21 12.25 48.1 -
YUV 88.83 183.41 179.48 -
System Red Green Blue C M Y K H S L
Decimal 161 33 187 0.14 0.82 0 0.27 289.87 0.7 0.43
Hex A1 21 BB E 52 0 1B 122 46 2B
Octal 241 41 273 16 122 0 33 442 106 53
Binary 10100001 100001 10111011 1110 1010010 0 11011 100100010 1000110 101011

Color Harmonies of #A121BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A121BB

Black with #A121BB

Text Example


Text Example

White with #A121BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A121BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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