Html Css Color HEX #A124BC Dark Orchid

📋 copy color: '#A124BC'

red 161 ◦ green 36 ◦ blue 188

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

Shades of Dark Orchid #A124BC

Tints of Dark Orchid #A124BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.83%

R = 41.82%
G = 9.35%
B = 48.83%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A124BC (or 0xA124BC) is known color: Dark Orchid. HEX triplet: A1, 24 and BC. RGB value is (161,36,188). Sum of RGB (Red+Green+Blue) = 161+36+188=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 36 (14.45% from 255 or 9.35% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #A124BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A124BC is #5EDB43. Grayscale: #5A5A5A. Windows color (decimal): -6216516 or 12330145. OLE color: 12330145.

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

Color convert

RGB 161 36 188 -
CMYK 0.14 0.81 0 0.26
HSL 289.34º 0.68% 0.44% -
HSV(B) 289.34º 0.81% 0.74% -
XYZ 24.41 12.47 48.7 -
YUV 90.7 182.91 178.14 -
System Red Green Blue C M Y K H S L
Decimal 161 36 188 0.14 0.81 0 0.26 289.34 0.68 0.44
Hex A1 24 BC E 51 0 1A 121 44 2C
Octal 241 44 274 16 121 0 32 441 104 54
Binary 10100001 100100 10111100 1110 1010001 0 11010 100100001 1000100 101100

Color Harmonies of #A124BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A124BC

Black with #A124BC

Text Example


Text Example

White with #A124BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A124BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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