Html Css Color HEX #A14CDC Dark Orchid

📋 copy color: '#A14CDC'

red 161 ◦ green 76 ◦ blue 220

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

Shades of Dark Orchid #A14CDC

Tints of Dark Orchid #A14CDC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.63%

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

R = 35.23%
G = 16.63%
B = 48.14%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A14CDC (or 0xA14CDC) is known color: Dark Orchid. HEX triplet: A1, 4C and DC. RGB value is (161,76,220). Sum of RGB (Red+Green+Blue) = 161+76+220=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 76 (30.08% from 255 or 16.63% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #A14CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A14CDC is #5EB323. Grayscale: #757575. Windows color (decimal): -6206244 or 14437537. OLE color: 14437537.

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

Color convert

RGB 161 76 220 -
CMYK 0.27 0.65 0 0.14
HSL 275.42º 0.67% 0.58% -
HSV(B) 275.42º 0.65% 0.86% -
XYZ 30.2 17.91 69.58 -
YUV 117.83 185.66 158.79 -
System Red Green Blue C M Y K H S L
Decimal 161 76 220 0.27 0.65 0 0.14 275.42 0.67 0.58
Hex A1 4C DC 1B 41 0 E 113 43 3A
Octal 241 114 334 33 101 0 16 423 103 72
Binary 10100001 1001100 11011100 11011 1000001 0 1110 100010011 1000011 111010

Color Harmonies of #A14CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14CDC

Black with #A14CDC

Text Example


Text Example

White with #A14CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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