#A14CD8

Color #A14CD8 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A14CD8

Tints of Dark Orchid #A14CD8

Color information

#A14CD8 (or 0xA14CD8) is unknown color: approx Dark Orchid. HEX triplet: A1, 4C and D8. RGB value is (161,76,216). Sum of RGB (Red+Green+Blue) = 161+76+216=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 76 (30.08% from 255 or 16.78% from 453); Blue value is 216 (84.77% from 255 or 47.68% from 453); Max value from RGB is 216 - color contains mainly: blue. Hex color #A14CD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A14CD8 is #5EB327. Grayscale: #747474. Windows color (decimal): -6206248 or 14175393. OLE color: 14175393.

HSL color Cylindrical-coordinate representation of color #A14CD8: hue angle of 276.43º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A14CD8 is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16176216-
CMYK0.250.6500.15
HSL276.43º64.22%57.25%-
HSV(B)276.43º64.81%84.71%-
XYZ29.6817.766.82-
YUV117.38183.66159.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.54%
GREEN value IS 76 (30.08% from 255) = 16.78%
BLUE value IS 216 (84.77% from 255) = 47.68%
R=35.54%
G=16.78%
B=47.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal161762160.250.6500.15276.4364.2257.25
HexA14CD819410F1144039
Octal2411143303110101742410071
Binary10100001100110011011000110011000001011111000101001000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14CD8; }

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

 H1.HeaderClassName
 {
   color: #A14CD8;
 }
 .AnyTagClassName
 {
   color: #A14CD8;
 }
</style>
background-color css

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

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

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

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

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

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