#A638D0

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

Shades of Dark Orchid #A638D0

Tints of Dark Orchid #A638D0

Color information

#A638D0 (or 0xA638D0) is unknown color: approx Dark Orchid. HEX triplet: A6, 38 and D0. RGB value is (166,56,208). Sum of RGB (Red+Green+Blue) = 166+56+208=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 56 (22.27% from 255 or 13.02% from 430); Blue value is 208 (81.64% from 255 or 48.37% from 430); Max value from RGB is 208 - color contains mainly: blue. Hex color #A638D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A638D0 is #59C72F. Grayscale: #696969. Windows color (decimal): -5883696 or 13645990. OLE color: 13645990.

HSL color Cylindrical-coordinate representation of color #A638D0: hue angle of 283.42º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A638D0 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16656208-
CMYK0.200.7300.18
HSL283.42º61.79%51.76%-
HSV(B)283.42º73.08%81.57%-
XYZ28.5315.4961.16-
YUV106.22185.44170.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.60%
GREEN value IS 56 (22.27% from 255) = 13.02%
BLUE value IS 208 (81.64% from 255) = 48.37%
R=38.60%
G=13.02%
B=48.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal166562080.200.7300.18283.4261.7951.76
HexA638D0144901211b3e34
Octal24670320241110224337664
Binary1010011011100011010000101001001001010010100011011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A638D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A638D0; }

 p { color: rgb(166,56,208); }

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

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

 a { background-color: rgb(166,56,208); }

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

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

 span { border-color: rgb(166,56,208); }

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