#A634BC

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

Shades of Dark Orchid #A634BC

Tints of Dark Orchid #A634BC

Color information

#A634BC (or 0xA634BC) is unknown color: approx Dark Orchid. HEX triplet: A6, 34 and BC. RGB value is (166,52,188). Sum of RGB (Red+Green+Blue) = 166+52+188=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 52 (20.70% from 255 or 12.81% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #A634BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A634BC is #59CB43. Grayscale: #656565. Windows color (decimal): -5884740 or 12334246. OLE color: 12334246.

HSL color Cylindrical-coordinate representation of color #A634BC: hue angle of 290.29º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A634BC is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16652188-
CMYK0.120.7200.26
HSL290.29º56.67%47.06%-
HSV(B)290.29º72.34%73.73%-
XYZ26.0314.1948.94-
YUV101.59176.77173.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.89%
GREEN value IS 52 (20.70% from 255) = 12.81%
BLUE value IS 188 (73.83% from 255) = 46.31%
R=40.89%
G=12.81%
B=46.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal166521880.120.7200.26290.2956.6747.06
HexA634BCC4801A122392f
Octal24664274141100324427157
Binary101001101101001011110011001001000011010100100010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A634BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A634BC; }

 p { color: rgb(166,52,188); }

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

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

 a { background-color: rgb(166,52,188); }

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

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

 span { border-color: rgb(166,52,188); }

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