Html Css Color HEX #A123BA Dark Orchid

📋 copy color: '#A123BA'

red 161 ◦ green 35 ◦ blue 186

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

Shades of Dark Orchid #A123BA

Tints of Dark Orchid #A123BA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.16%

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

R = 42.15%
G = 9.16%
B = 48.69%

CMYK

 C value IS 0.13

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A123BA (or 0xA123BA) is known color: Dark Orchid. HEX triplet: A1, 23 and BA. RGB value is (161,35,186). Sum of RGB (Red+Green+Blue) = 161+35+186=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 35 (14.06% from 255 or 9.16% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #A123BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A123BA is #5EDC45. Grayscale: #595959. Windows color (decimal): -6216774 or 12198817. OLE color: 12198817.

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

Color convert

RGB 161 35 186 -
CMYK 0.13 0.81 0 0.27
HSL 290.07º 0.68% 0.43% -
HSV(B) 290.07º 0.81% 0.73% -
XYZ 24.16 12.32 47.56 -
YUV 89.89 182.24 178.72 -
System Red Green Blue C M Y K H S L
Decimal 161 35 186 0.13 0.81 0 0.27 290.07 0.68 0.43
Hex A1 23 BA D 51 0 1B 122 44 2B
Octal 241 43 272 15 121 0 33 442 104 53
Binary 10100001 100011 10111010 1101 1010001 0 11011 100100010 1000100 101011

Color Harmonies of #A123BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A123BA

Black with #A123BA

Text Example


Text Example

White with #A123BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A123BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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