#A639AF

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

Shades of Dark Orchid #A639AF

Tints of Dark Orchid #A639AF

Color information

#A639AF (or 0xA639AF) is unknown color: approx Dark Orchid. HEX triplet: A6, 39 and AF. RGB value is (166,57,175). Sum of RGB (Red+Green+Blue) = 166+57+175=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 57 (22.66% from 255 or 14.32% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 175 - color contains mainly: blue. Hex color #A639AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A639AF is #59C650. Grayscale: #666666. Windows color (decimal): -5883473 or 11483558. OLE color: 11483558.

HSL color Cylindrical-coordinate representation of color #A639AF: hue angle of 295.42º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A639AF is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16657175-
CMYK0.050.6700.31
HSL295.42º50.86%45.49%-
HSV(B)295.42º67.43%68.63%-
XYZ24.9314.1341.97-
YUV103.04168.61172.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.71%
GREEN value IS 57 (22.66% from 255) = 14.32%
BLUE value IS 175 (68.75% from 255) = 43.97%
R=41.71%
G=14.32%
B=43.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal166571750.050.6700.31295.4250.8645.49
HexA639AF54301F127332d
Octal2467125751030374476355
Binary10100110111001101011111011000011011111100100111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A639AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A639AF; }

 p { color: rgb(166,57,175); }

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

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

 a { background-color: rgb(166,57,175); }

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

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

 span { border-color: rgb(166,57,175); }

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