Html Css Color HEX #A12CBA Dark Orchid

📋 copy color: '#A12CBA'

red 161 ◦ green 44 ◦ blue 186

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

Shades of Dark Orchid #A12CBA

Tints of Dark Orchid #A12CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.57%

R = 41.18%
G = 11.25%
B = 47.57%

CMYK

 C value IS 0.13

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A12CBA (or 0xA12CBA) is known color: Dark Orchid. HEX triplet: A1, 2C and BA. RGB value is (161,44,186). Sum of RGB (Red+Green+Blue) = 161+44+186=391 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.18% from 391); Green value is 44 (17.58% from 255 or 11.25% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #A12CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12CBA is #5ED345. Grayscale: #5E5E5E. Windows color (decimal): -6214470 or 12201121. OLE color: 12201121.

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

Color convert

RGB 161 44 186 -
CMYK 0.13 0.76 0 0.27
HSL 289.44º 0.62% 0.45% -
HSV(B) 289.44º 0.76% 0.73% -
XYZ 24.46 12.92 47.66 -
YUV 95.17 179.26 174.95 -
System Red Green Blue C M Y K H S L
Decimal 161 44 186 0.13 0.76 0 0.27 289.44 0.62 0.45
Hex A1 2C BA D 4C 0 1B 121 3E 2D
Octal 241 54 272 15 114 0 33 441 76 55
Binary 10100001 101100 10111010 1101 1001100 0 11011 100100001 111110 101101

Color Harmonies of #A12CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12CBA

Black with #A12CBA

Text Example


Text Example

White with #A12CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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