#A038AF

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

Shades of Dark Orchid #A038AF

Tints of Dark Orchid #A038AF

Color information

#A038AF (or 0xA038AF) is unknown color: approx Dark Orchid. HEX triplet: A0, 38 and AF. RGB value is (160,56,175). Sum of RGB (Red+Green+Blue) = 160+56+175=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 56 (22.27% from 255 or 14.32% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 175 - color contains mainly: blue. Hex color #A038AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A038AF is #5FC750. Grayscale: #646464. Windows color (decimal): -6276945 or 11483296. OLE color: 11483296.

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

Color convert

RGB16056175-
CMYK0.090.6800.31
HSL292.44º51.52%45.29%-
HSV(B)292.44º68%68.63%-
XYZ23.6513.441.9-
YUV100.66169.96170.32-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.92%
GREEN value IS 56 (22.27% from 255) = 14.32%
BLUE value IS 175 (68.75% from 255) = 44.76%
R=40.92%
G=14.32%
B=44.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160561750.090.6800.31292.4451.5245.29
HexA038AF94401F124342d
Octal24070257111040374446455
Binary101000001110001010111110011000100011111100100100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A038AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A038AF; }

 p { color: rgb(160,56,175); }

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

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

 a { background-color: rgb(160,56,175); }

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

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

 span { border-color: rgb(160,56,175); }

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