Html Css Color HEX #A12ECD Dark Orchid

📋 copy color: '#A12ECD'

red 161 ◦ green 46 ◦ blue 205

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

Shades of Dark Orchid #A12ECD

Tints of Dark Orchid #A12ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.76%

R = 39.08%
G = 11.17%
B = 49.76%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A12ECD (or 0xA12ECD) is known color: Dark Orchid. HEX triplet: A1, 2E and CD. RGB value is (161,46,205). Sum of RGB (Red+Green+Blue) = 161+46+205=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 46 (18.36% from 255 or 11.17% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #A12ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12ECD is #5ED132. Grayscale: #616161. Windows color (decimal): -6213939 or 13446817. OLE color: 13446817.

HSL color Cylindrical-coordinate representation of color #A12ECD: hue angle of 283.4º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A12ECD is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 46 205 -
CMYK 0.21 0.78 0 0.20
HSL 283.4º 0.63% 0.49% -
HSV(B) 283.4º 0.78% 0.8% -
XYZ 26.69 13.94 59.04 -
YUV 98.51 188.1 172.57 -
System Red Green Blue C M Y K H S L
Decimal 161 46 205 0.21 0.78 0 0.20 283.4 0.63 0.49
Hex A1 2E CD 15 4E 0 14 11B 3F 31
Octal 241 56 315 25 116 0 24 433 77 61
Binary 10100001 101110 11001101 10101 1001110 0 10100 100011011 111111 110001

Color Harmonies of #A12ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12ECD

Black with #A12ECD

Text Example


Text Example

White with #A12ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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