#A630B6

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

Shades of Dark Orchid #A630B6

Tints of Dark Orchid #A630B6

Color information

#A630B6 (or 0xA630B6) is unknown color: approx Dark Orchid. HEX triplet: A6, 30 and B6. RGB value is (166,48,182). Sum of RGB (Red+Green+Blue) = 166+48+182=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 48 (19.14% from 255 or 12.12% from 396); Blue value is 182 (71.48% from 255 or 45.96% from 396); Max value from RGB is 182 - color contains mainly: blue. Hex color #A630B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A630B6 is #59CF49. Grayscale: #626262. Windows color (decimal): -5885770 or 11940006. OLE color: 11940006.

HSL color Cylindrical-coordinate representation of color #A630B6: hue angle of 292.84º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A630B6 is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16648182-
CMYK0.090.7400.29
HSL292.84º58.26%45.1%-
HSV(B)292.84º73.63%71.37%-
XYZ25.2313.645.55-
YUV98.56175.09176.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.92%
GREEN value IS 48 (19.14% from 255) = 12.12%
BLUE value IS 182 (71.48% from 255) = 45.96%
R=41.92%
G=12.12%
B=45.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal166481820.090.7400.29292.8458.2645.1
HexA630B694A01D1253a2d
Octal24660266111120354457255
Binary101001101100001011011010011001010011101100100101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A630B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A630B6; }

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

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

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

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

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

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

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

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