Html Css Color HEX #A12EDC Dark Orchid

📋 copy color: '#A12EDC'

red 161 ◦ green 46 ◦ blue 220

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

Shades of Dark Orchid #A12EDC

Tints of Dark Orchid #A12EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.52%

R = 37.7%
G = 10.77%
B = 51.52%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A12EDC (or 0xA12EDC) is known color: Dark Orchid. HEX triplet: A1, 2E and DC. RGB value is (161,46,220). Sum of RGB (Red+Green+Blue) = 161+46+220=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 46 (18.36% from 255 or 10.77% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #A12EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12EDC is #5ED123. Grayscale: #636363. Windows color (decimal): -6213924 or 14429857. OLE color: 14429857.

HSL color Cylindrical-coordinate representation of color #A12EDC: hue angle of 279.66º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A12EDC is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 46 220 -
CMYK 0.27 0.79 0 0.14
HSL 279.66º 0.71% 0.52% -
HSV(B) 279.66º 0.79% 0.86% -
XYZ 28.59 14.7 69.04 -
YUV 100.22 195.6 171.35 -
System Red Green Blue C M Y K H S L
Decimal 161 46 220 0.27 0.79 0 0.14 279.66 0.71 0.52
Hex A1 2E DC 1B 4F 0 E 118 47 34
Octal 241 56 334 33 117 0 16 430 107 64
Binary 10100001 101110 11011100 11011 1001111 0 1110 100011000 1000111 110100

Color Harmonies of #A12EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12EDC

Black with #A12EDC

Text Example


Text Example

White with #A12EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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