Html Css Color HEX #A124AE Dark Orchid

📋 copy color: '#A124AE'

red 161 ◦ green 36 ◦ blue 174

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

Shades of Dark Orchid #A124AE

Tints of Dark Orchid #A124AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 46.9%

R = 43.4%
G = 9.7%
B = 46.9%

CMYK

 C value IS 0.07

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A124AE (or 0xA124AE) is known color: Dark Orchid. HEX triplet: A1, 24 and AE. RGB value is (161,36,174). Sum of RGB (Red+Green+Blue) = 161+36+174=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 36 (14.45% from 255 or 9.70% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #A124AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A124AE is #5EDB51. Grayscale: #585858. Windows color (decimal): -6216530 or 11412641. OLE color: 11412641.

HSL color Cylindrical-coordinate representation of color #A124AE: hue angle of 294.35º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A124AE is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 161 36 174 -
CMYK 0.07 0.79 0 0.32
HSL 294.35º 0.66% 0.41% -
HSV(B) 294.35º 0.79% 0.68% -
XYZ 22.97 11.89 41.13 -
YUV 89.11 175.91 179.28 -
System Red Green Blue C M Y K H S L
Decimal 161 36 174 0.07 0.79 0 0.32 294.35 0.66 0.41
Hex A1 24 AE 7 4F 0 20 126 42 29
Octal 241 44 256 7 117 0 40 446 102 51
Binary 10100001 100100 10101110 111 1001111 0 100000 100100110 1000010 101001

Color Harmonies of #A124AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A124AE

Black with #A124AE

Text Example


Text Example

White with #A124AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A124AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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