#A634AA

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

Shades of Dark Orchid #A634AA

Tints of Dark Orchid #A634AA

Color information

#A634AA (or 0xA634AA) is unknown color: approx Dark Orchid. HEX triplet: A6, 34 and AA. RGB value is (166,52,170). Sum of RGB (Red+Green+Blue) = 166+52+170=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 52 (20.70% from 255 or 13.40% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 170 - color contains mainly: blue. Hex color #A634AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A634AA is #59CB55. Grayscale: #636363. Windows color (decimal): -5884758 or 11154598. OLE color: 11154598.

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

Color convert

RGB16652170-
CMYK0.020.6900.33
HSL297.97º53.15%43.53%-
HSV(B)297.97º69.41%66.67%-
XYZ24.2113.4739.35-
YUV99.54167.77175.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.78%
GREEN value IS 52 (20.70% from 255) = 13.40%
BLUE value IS 170 (66.80% from 255) = 43.81%
R=42.78%
G=13.40%
B=43.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166521700.020.6900.33297.9753.1543.53
HexA634AA24502112a352c
Octal2466425221050414526554
Binary10100110110100101010101010001010100001100101010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A634AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A634AA; }

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

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

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

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

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

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

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

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