#A638CB

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

Shades of Dark Orchid #A638CB

Tints of Dark Orchid #A638CB

Color information

#A638CB (or 0xA638CB) is unknown color: approx Dark Orchid. HEX triplet: A6, 38 and CB. RGB value is (166,56,203). Sum of RGB (Red+Green+Blue) = 166+56+203=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 56 (22.27% from 255 or 13.18% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #A638CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A638CB is #59C734. Grayscale: #696969. Windows color (decimal): -5883701 or 13318310. OLE color: 13318310.

HSL color Cylindrical-coordinate representation of color #A638CB: hue angle of 284.9º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A638CB is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16656203-
CMYK0.180.7200.20
HSL284.9º58.57%50.78%-
HSV(B)284.9º72.41%79.61%-
XYZ27.9215.2557.97-
YUV105.65182.94171.05-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.06%
GREEN value IS 56 (22.27% from 255) = 13.18%
BLUE value IS 203 (79.69% from 255) = 47.76%
R=39.06%
G=13.18%
B=47.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal166562030.180.7200.20284.958.5750.78
HexA638CB124801411d3b33
Octal24670313221100244357363
Binary1010011011100011001011100101001000010100100011101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A638CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A638CB; }

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

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

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

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

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

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

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

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