#A438BD

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

Shades of Dark Orchid #A438BD

Tints of Dark Orchid #A438BD

Color information

#A438BD (or 0xA438BD) is unknown color: approx Dark Orchid. HEX triplet: A4, 38 and BD. RGB value is (164,56,189). Sum of RGB (Red+Green+Blue) = 164+56+189=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 56 (22.27% from 255 or 13.69% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 189 - color contains mainly: blue. Hex color #A438BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A438BD is #5BC742. Grayscale: #676767. Windows color (decimal): -6014787 or 12400804. OLE color: 12400804.

HSL color Cylindrical-coordinate representation of color #A438BD: hue angle of 288.72º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A438BD is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16456189-
CMYK0.130.7000.26
HSL288.72º54.29%48.04%-
HSV(B)288.72º70.37%74.12%-
XYZ25.9114.3949.56-
YUV103.45176.28171.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.10%
GREEN value IS 56 (22.27% from 255) = 13.69%
BLUE value IS 189 (74.22% from 255) = 46.21%
R=40.10%
G=13.69%
B=46.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal164561890.130.7000.26288.7254.2948.04
HexA438BDD4601A1213630
Octal24470275151060324416660
Binary101001001110001011110111011000110011010100100001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A438BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A438BD; }

 p { color: rgb(164,56,189); }

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

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

 a { background-color: rgb(164,56,189); }

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

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

 span { border-color: rgb(164,56,189); }

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