#A634AB

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

Shades of Dark Orchid #A634AB

Tints of Dark Orchid #A634AB

Color information

#A634AB (or 0xA634AB) is unknown color: approx Dark Orchid. HEX triplet: A6, 34 and AB. RGB value is (166,52,171). Sum of RGB (Red+Green+Blue) = 166+52+171=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 52 (20.70% from 255 or 13.37% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #A634AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A634AB is #59CB54. Grayscale: #636363. Windows color (decimal): -5884757 or 11220134. OLE color: 11220134.

HSL color Cylindrical-coordinate representation of color #A634AB: hue angle of 297.48º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A634AB is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16652171-
CMYK0.030.7000.33
HSL297.48º53.36%43.73%-
HSV(B)297.48º69.59%67.06%-
XYZ24.313.539.85-
YUV99.65168.27175.32-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.67%
GREEN value IS 52 (20.70% from 255) = 13.37%
BLUE value IS 171 (67.19% from 255) = 43.96%
R=42.67%
G=13.37%
B=43.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166521710.030.7000.33297.4853.3643.73
HexA634AB346021129352c
Octal2466425331060414516554
Binary10100110110100101010111110001100100001100101001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A634AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A634AB; }

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

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

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

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

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

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

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

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