#A634B4

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

Shades of Dark Orchid #A634B4

Tints of Dark Orchid #A634B4

Color information

#A634B4 (or 0xA634B4) is unknown color: approx Dark Orchid. HEX triplet: A6, 34 and B4. RGB value is (166,52,180). Sum of RGB (Red+Green+Blue) = 166+52+180=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 52 (20.70% from 255 or 13.07% from 398); Blue value is 180 (70.70% from 255 or 45.23% from 398); Max value from RGB is 180 - color contains mainly: blue. Hex color #A634B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A634B4 is #59CB4B. Grayscale: #646464. Windows color (decimal): -5884748 or 11809958. OLE color: 11809958.

HSL color Cylindrical-coordinate representation of color #A634B4: hue angle of 293.44º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A634B4 is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16652180-
CMYK0.080.7100.29
HSL293.44º55.17%45.49%-
HSV(B)293.44º71.11%70.59%-
XYZ25.1913.8644.53-
YUV100.68172.77174.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.71%
GREEN value IS 52 (20.70% from 255) = 13.07%
BLUE value IS 180 (70.70% from 255) = 45.23%
R=41.71%
G=13.07%
B=45.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal166521800.080.7100.29293.4455.1745.49
HexA634B484701D125372d
Octal24664264101070354456755
Binary101001101101001011010010001000111011101100100101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A634B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A634B4; }

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

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

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

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

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

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

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

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