Html Css Color HEX #A12CDC Dark Orchid

📋 copy color: '#A12CDC'

red 161 ◦ green 44 ◦ blue 220

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

Shades of Dark Orchid #A12CDC

Tints of Dark Orchid #A12CDC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.35%

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

R = 37.88%
G = 10.35%
B = 51.76%

CMYK

 C value IS 0.27

 M value IS 0.8

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A12CDC (or 0xA12CDC) is known color: Dark Orchid. HEX triplet: A1, 2C and DC. RGB value is (161,44,220). Sum of RGB (Red+Green+Blue) = 161+44+220=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 44 (17.58% from 255 or 10.35% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #A12CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12CDC is #5ED323. Grayscale: #626262. Windows color (decimal): -6214436 or 14429345. OLE color: 14429345.

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

Color convert

RGB 161 44 220 -
CMYK 0.27 0.8 0 0.14
HSL 279.89º 0.72% 0.52% -
HSV(B) 279.89º 0.8% 0.86% -
XYZ 28.52 14.55 69.01 -
YUV 99.05 196.26 172.19 -
System Red Green Blue C M Y K H S L
Decimal 161 44 220 0.27 0.8 0 0.14 279.89 0.72 0.52
Hex A1 2C DC 1B 50 0 E 118 48 34
Octal 241 54 334 33 120 0 16 430 110 64
Binary 10100001 101100 11011100 11011 1010000 0 1110 100011000 1001000 110100

Color Harmonies of #A12CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12CDC

Black with #A12CDC

Text Example


Text Example

White with #A12CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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