#A739AF

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

Shades of Dark Orchid #A739AF

Tints of Dark Orchid #A739AF

Color information

#A739AF (or 0xA739AF) is unknown color: approx Dark Orchid. HEX triplet: A7, 39 and AF. RGB value is (167,57,175). Sum of RGB (Red+Green+Blue) = 167+57+175=399 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.85% from 399); Green value is 57 (22.66% from 255 or 14.29% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 175 - color contains mainly: blue. Hex color #A739AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A739AF is #58C650. Grayscale: #666666. Windows color (decimal): -5817937 or 11483559. OLE color: 11483559.

HSL color Cylindrical-coordinate representation of color #A739AF: hue angle of 295.93º 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 #A739AF is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16757175-
CMYK0.050.6700.31
HSL295.93º50.86%45.49%-
HSV(B)295.93º67.43%68.63%-
XYZ25.1414.2441.98-
YUV103.34168.44173.41-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.85%
GREEN value IS 57 (22.66% from 255) = 14.29%
BLUE value IS 175 (68.75% from 255) = 43.86%
R=41.85%
G=14.29%
B=43.86%

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
Decimal167571750.050.6700.31295.9350.8645.49
HexA739AF54301F128332d
Octal2477125751030374506355
Binary10100111111001101011111011000011011111100101000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A739AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A739AF; }

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

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

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

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

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

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

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

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