Html Css Color HEX #A12ECF Dark Orchid

📋 copy color: '#A12ECF'

red 161 ◦ green 46 ◦ blue 207

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

Shades of Dark Orchid #A12ECF

Tints of Dark Orchid #A12ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50%

R = 38.89%
G = 11.11%
B = 50%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A12ECF (or 0xA12ECF) is known color: Dark Orchid. HEX triplet: A1, 2E and CF. RGB value is (161,46,207). Sum of RGB (Red+Green+Blue) = 161+46+207=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 46 (18.36% from 255 or 11.11% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #A12ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12ECF is #5ED130. Grayscale: #626262. Windows color (decimal): -6213937 or 13577889. OLE color: 13577889.

HSL color Cylindrical-coordinate representation of color #A12ECF: hue angle of 282.86º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A12ECF is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 46 207 -
CMYK 0.22 0.78 0 0.19
HSL 282.86º 0.64% 0.5% -
HSV(B) 282.86º 0.78% 0.81% -
XYZ 26.94 14.04 60.32 -
YUV 98.74 189.1 172.41 -
System Red Green Blue C M Y K H S L
Decimal 161 46 207 0.22 0.78 0 0.19 282.86 0.64 0.5
Hex A1 2E CF 16 4E 0 13 11B 40 32
Octal 241 56 317 26 116 0 23 433 100 62
Binary 10100001 101110 11001111 10110 1001110 0 10011 100011011 1000000 110010

Color Harmonies of #A12ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12ECF

Black with #A12ECF

Text Example


Text Example

White with #A12ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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