#A630CE

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

Shades of Dark Orchid #A630CE

Tints of Dark Orchid #A630CE

Color information

#A630CE (or 0xA630CE) is unknown color: approx Dark Orchid. HEX triplet: A6, 30 and CE. RGB value is (166,48,206). Sum of RGB (Red+Green+Blue) = 166+48+206=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 48 (19.14% from 255 or 11.43% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #A630CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A630CE is #59CF31. Grayscale: #646464. Windows color (decimal): -5885746 or 13512870. OLE color: 13512870.

HSL color Cylindrical-coordinate representation of color #A630CE: hue angle of 284.81º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A630CE is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16648206-
CMYK0.190.7700.19
HSL284.81º62.2%49.8%-
HSV(B)284.81º76.7%80.78%-
XYZ27.9214.6859.75-
YUV101.29187.09174.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.52%
GREEN value IS 48 (19.14% from 255) = 11.43%
BLUE value IS 206 (80.86% from 255) = 49.05%
R=39.52%
G=11.43%
B=49.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal166482060.190.7700.19284.8162.249.8
HexA630CE134D01311d3e32
Octal24660316231150234357662
Binary1010011011000011001110100111001101010011100011101111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A630CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A630CE; }

 p { color: rgb(166,48,206); }

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

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

 a { background-color: rgb(166,48,206); }

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

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

 span { border-color: rgb(166,48,206); }

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