Html Css Color HEX #A124BF Dark Orchid

📋 copy color: '#A124BF'

red 161 ◦ green 36 ◦ blue 191

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

Shades of Dark Orchid #A124BF

Tints of Dark Orchid #A124BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.23%

R = 41.49%
G = 9.28%
B = 49.23%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A124BF (or 0xA124BF) is known color: Dark Orchid. HEX triplet: A1, 24 and BF. RGB value is (161,36,191). Sum of RGB (Red+Green+Blue) = 161+36+191=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 36 (14.45% from 255 or 9.28% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: blue. Hex color #A124BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A124BF is #5EDB40. Grayscale: #5A5A5A. Windows color (decimal): -6216513 or 12526753. OLE color: 12526753.

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

Color convert

RGB 161 36 191 -
CMYK 0.16 0.81 0 0.25
HSL 288.39º 0.68% 0.45% -
HSV(B) 288.39º 0.81% 0.75% -
XYZ 24.73 12.6 50.42 -
YUV 91.05 184.41 177.9 -
System Red Green Blue C M Y K H S L
Decimal 161 36 191 0.16 0.81 0 0.25 288.39 0.68 0.45
Hex A1 24 BF 10 51 0 19 120 44 2D
Octal 241 44 277 20 121 0 31 440 104 55
Binary 10100001 100100 10111111 10000 1010001 0 11001 100100000 1000100 101101

Color Harmonies of #A124BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A124BF

Black with #A124BF

Text Example


Text Example

White with #A124BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A124BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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