#A634AC

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

Shades of Dark Orchid #A634AC

Tints of Dark Orchid #A634AC

Color information

#A634AC (or 0xA634AC) is unknown color: approx Dark Orchid. HEX triplet: A6, 34 and AC. RGB value is (166,52,172). Sum of RGB (Red+Green+Blue) = 166+52+172=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 52 (20.70% from 255 or 13.33% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #A634AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A634AC is #59CB53. Grayscale: #636363. Windows color (decimal): -5884756 or 11285670. OLE color: 11285670.

HSL color Cylindrical-coordinate representation of color #A634AC: hue angle of 297º degrees, saturation: 0.54, 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 #A634AC is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16652172-
CMYK0.030.7000.33
HSL297º53.57%43.92%-
HSV(B)297º69.77%67.45%-
XYZ24.413.5440.36-
YUV99.77168.77175.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.56%
GREEN value IS 52 (20.70% from 255) = 13.33%
BLUE value IS 172 (67.58% from 255) = 44.10%
R=42.56%
G=13.33%
B=44.10%

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
Decimal166521720.030.7000.3329753.5743.92
HexA634AC346021129362c
Octal2466425431060414516654
Binary10100110110100101011001110001100100001100101001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A634AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A634AC; }

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

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

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

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

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

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

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

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