Html Css Color HEX #A12CCE Dark Orchid

📋 copy color: '#A12CCE'

red 161 ◦ green 44 ◦ blue 206

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

Shades of Dark Orchid #A12CCE

Tints of Dark Orchid #A12CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.12%

R = 39.17%
G = 10.71%
B = 50.12%

CMYK

 C value IS 0.22

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A12CCE (or 0xA12CCE) is known color: Dark Orchid. HEX triplet: A1, 2C and CE. RGB value is (161,44,206). Sum of RGB (Red+Green+Blue) = 161+44+206=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 44 (17.58% from 255 or 10.71% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #A12CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12CCE is #5ED331. Grayscale: #606060. Windows color (decimal): -6214450 or 13511841. OLE color: 13511841.

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

Color convert

RGB 161 44 206 -
CMYK 0.22 0.79 0 0.19
HSL 283.33º 0.65% 0.49% -
HSV(B) 283.33º 0.79% 0.81% -
XYZ 26.74 13.83 59.65 -
YUV 97.45 189.26 173.33 -
System Red Green Blue C M Y K H S L
Decimal 161 44 206 0.22 0.79 0 0.19 283.33 0.65 0.49
Hex A1 2C CE 16 4F 0 13 11B 41 31
Octal 241 54 316 26 117 0 23 433 101 61
Binary 10100001 101100 11001110 10110 1001111 0 10011 100011011 1000001 110001

Color Harmonies of #A12CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12CCE

Black with #A12CCE

Text Example


Text Example

White with #A12CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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