Html Css Color HEX #A124BA Dark Orchid

📋 copy color: '#A124BA'

red 161 ◦ green 36 ◦ blue 186

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

Shades of Dark Orchid #A124BA

Tints of Dark Orchid #A124BA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.4%

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

R = 42.04%
G = 9.4%
B = 48.56%

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

#A124BA (or 0xA124BA) is known color: Dark Orchid. HEX triplet: A1, 24 and BA. RGB value is (161,36,186). Sum of RGB (Red+Green+Blue) = 161+36+186=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 36 (14.45% from 255 or 9.40% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #A124BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A124BA is #5EDB45. Grayscale: #5A5A5A. Windows color (decimal): -6216518 or 12199073. OLE color: 12199073.

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

Color convert

RGB 161 36 186 -
CMYK 0.13 0.81 0 0.27
HSL 290º 0.68% 0.44% -
HSV(B) 290º 0.81% 0.73% -
XYZ 24.19 12.38 47.57 -
YUV 90.48 181.91 178.3 -
System Red Green Blue C M Y K H S L
Decimal 161 36 186 0.13 0.81 0 0.27 290 0.68 0.44
Hex A1 24 BA D 51 0 1B 122 44 2C
Octal 241 44 272 15 121 0 33 442 104 54
Binary 10100001 100100 10111010 1101 1010001 0 11011 100100010 1000100 101100

Color Harmonies of #A124BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A124BA

Black with #A124BA

Text Example


Text Example

White with #A124BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A124BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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