#A629B4

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

Shades of Dark Orchid #A629B4

Tints of Dark Orchid #A629B4

Color information

#A629B4 (or 0xA629B4) is unknown color: approx Dark Orchid. HEX triplet: A6, 29 and B4. RGB value is (166,41,180). Sum of RGB (Red+Green+Blue) = 166+41+180=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 41 (16.41% from 255 or 10.59% from 387); Blue value is 180 (70.70% from 255 or 46.51% from 387); Max value from RGB is 180 - color contains mainly: blue. Hex color #A629B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A629B4 is #59D64B. Grayscale: #5D5D5D. Windows color (decimal): -5887564 or 11807142. OLE color: 11807142.

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

Color convert

RGB16641180-
CMYK0.080.7700.29
HSL293.96º62.9%43.33%-
HSV(B)293.96º77.22%70.59%-
XYZ24.7612.9944.38-
YUV94.22176.41179.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.89%
GREEN value IS 41 (16.41% from 255) = 10.59%
BLUE value IS 180 (70.70% from 255) = 46.51%
R=42.89%
G=10.59%
B=46.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal166411800.080.7700.29293.9662.943.33
HexA629B484D01D1263f2b
Octal24651264101150354467753
Binary101001101010011011010010001001101011101100100110111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A629B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A629B4; }

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

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

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

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

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

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

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

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