#A630C1

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

Shades of Dark Orchid #A630C1

Tints of Dark Orchid #A630C1

Color information

#A630C1 (or 0xA630C1) is unknown color: approx Dark Orchid. HEX triplet: A6, 30 and C1. RGB value is (166,48,193). Sum of RGB (Red+Green+Blue) = 166+48+193=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 48 (19.14% from 255 or 11.79% from 407); Blue value is 193 (75.78% from 255 or 47.42% from 407); Max value from RGB is 193 - color contains mainly: blue. Hex color #A630C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A630C1 is #59CF3E. Grayscale: #636363. Windows color (decimal): -5885759 or 12660902. OLE color: 12660902.

HSL color Cylindrical-coordinate representation of color #A630C1: hue angle of 288.83º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A630C1 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16648193-
CMYK0.140.7500.24
HSL288.83º60.17%47.25%-
HSV(B)288.83º75.13%75.69%-
XYZ26.4114.0751.78-
YUV99.81180.59175.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.79%
GREEN value IS 48 (19.14% from 255) = 11.79%
BLUE value IS 193 (75.78% from 255) = 47.42%
R=40.79%
G=11.79%
B=47.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal166481930.140.7500.24288.8360.1747.25
HexA630C1E4B0181213c2f
Octal24660301161130304417457
Binary101001101100001100000111101001011011000100100001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A630C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A630C1; }

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

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

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

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

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

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

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

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