Html Css Color HEX #A124BE Dark Orchid

📋 copy color: '#A124BE'

red 161 ◦ green 36 ◦ blue 190

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

Shades of Dark Orchid #A124BE

Tints of Dark Orchid #A124BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.1%

R = 41.6%
G = 9.3%
B = 49.1%

CMYK

 C value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A124BE (or 0xA124BE) is known color: Dark Orchid. HEX triplet: A1, 24 and BE. RGB value is (161,36,190). Sum of RGB (Red+Green+Blue) = 161+36+190=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 36 (14.45% from 255 or 9.30% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #A124BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A124BE is #5EDB41. Grayscale: #5A5A5A. Windows color (decimal): -6216514 or 12461217. OLE color: 12461217.

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

Color convert

RGB 161 36 190 -
CMYK 0.15 0.81 0 0.25
HSL 288.7º 0.68% 0.44% -
HSV(B) 288.7º 0.81% 0.75% -
XYZ 24.62 12.56 49.84 -
YUV 90.93 183.91 177.98 -
System Red Green Blue C M Y K H S L
Decimal 161 36 190 0.15 0.81 0 0.25 288.7 0.68 0.44
Hex A1 24 BE F 51 0 19 121 44 2C
Octal 241 44 276 17 121 0 31 441 104 54
Binary 10100001 100100 10111110 1111 1010001 0 11001 100100001 1000100 101100

Color Harmonies of #A124BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A124BE

Black with #A124BE

Text Example


Text Example

White with #A124BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A124BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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