Html Css Color HEX #A12EAE Dark Orchid

📋 copy color: '#A12EAE'

red 161 ◦ green 46 ◦ blue 174

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

Shades of Dark Orchid #A12EAE

Tints of Dark Orchid #A12EAE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.07%

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

R = 42.26%
G = 12.07%
B = 45.67%

CMYK

 C value IS 0.07

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A12EAE (or 0xA12EAE) is known color: Dark Orchid. HEX triplet: A1, 2E and AE. RGB value is (161,46,174). Sum of RGB (Red+Green+Blue) = 161+46+174=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 46 (18.36% from 255 or 12.07% from 381); Blue value is 174 (68.36% from 255 or 45.67% from 381); Max value from RGB is 174 - color contains mainly: blue. Hex color #A12EAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12EAE is #5ED151. Grayscale: #5E5E5E. Windows color (decimal): -6213970 or 11415201. OLE color: 11415201.

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

Color convert

RGB 161 46 174 -
CMYK 0.07 0.74 0 0.32
HSL 293.91º 0.58% 0.43% -
HSV(B) 293.91º 0.74% 0.68% -
XYZ 23.31 12.59 41.25 -
YUV 94.98 172.6 175.09 -
System Red Green Blue C M Y K H S L
Decimal 161 46 174 0.07 0.74 0 0.32 293.91 0.58 0.43
Hex A1 2E AE 7 4A 0 20 126 3A 2B
Octal 241 56 256 7 112 0 40 446 72 53
Binary 10100001 101110 10101110 111 1001010 0 100000 100100110 111010 101011

Color Harmonies of #A12EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12EAE

Black with #A12EAE

Text Example


Text Example

White with #A12EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12EAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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