Html Css Color HEX #A12EDE Dark Orchid

📋 copy color: '#A12EDE'

red 161 ◦ green 46 ◦ blue 222

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

Shades of Dark Orchid #A12EDE

Tints of Dark Orchid #A12EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.75%

R = 37.53%
G = 10.72%
B = 51.75%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A12EDE (or 0xA12EDE) is known color: Dark Orchid. HEX triplet: A1, 2E and DE. RGB value is (161,46,222). Sum of RGB (Red+Green+Blue) = 161+46+222=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 46 (18.36% from 255 or 10.72% from 429); Blue value is 222 (87.11% from 255 or 51.75% from 429); Max value from RGB is 222 - color contains mainly: blue. Hex color #A12EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12EDE is #5ED121. Grayscale: #636363. Windows color (decimal): -6213922 or 14560929. OLE color: 14560929.

HSL color Cylindrical-coordinate representation of color #A12EDE: hue angle of 279.2º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A12EDE is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 46 222 -
CMYK 0.27 0.79 0 0.13
HSL 279.2º 0.73% 0.53% -
HSV(B) 279.2º 0.79% 0.87% -
XYZ 28.86 14.8 70.44 -
YUV 100.45 196.6 171.19 -
System Red Green Blue C M Y K H S L
Decimal 161 46 222 0.27 0.79 0 0.13 279.2 0.73 0.53
Hex A1 2E DE 1B 4F 0 D 117 49 35
Octal 241 56 336 33 117 0 15 427 111 65
Binary 10100001 101110 11011110 11011 1001111 0 1101 100010111 1001001 110101

Color Harmonies of #A12EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12EDE

Black with #A12EDE

Text Example


Text Example

White with #A12EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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