#A438C5

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

Shades of Dark Orchid #A438C5

Tints of Dark Orchid #A438C5

Color information

#A438C5 (or 0xA438C5) is unknown color: approx Dark Orchid. HEX triplet: A4, 38 and C5. RGB value is (164,56,197). Sum of RGB (Red+Green+Blue) = 164+56+197=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 56 (22.27% from 255 or 13.43% from 417); Blue value is 197 (77.34% from 255 or 47.24% from 417); Max value from RGB is 197 - color contains mainly: blue. Hex color #A438C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A438C5 is #5BC73A. Grayscale: #676767. Windows color (decimal): -6014779 or 12925092. OLE color: 12925092.

HSL color Cylindrical-coordinate representation of color #A438C5: hue angle of 285.96º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A438C5 is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16456197-
CMYK0.170.7200.23
HSL285.96º55.73%49.61%-
HSV(B)285.96º71.57%77.25%-
XYZ26.814.7554.26-
YUV104.37180.28170.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.33%
GREEN value IS 56 (22.27% from 255) = 13.43%
BLUE value IS 197 (77.34% from 255) = 47.24%
R=39.33%
G=13.43%
B=47.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal164561970.170.7200.23285.9655.7349.61
HexA438C5114801711e3832
Octal24470305211100274367062
Binary1010010011100011000101100011001000010111100011110111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A438C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A438C5; }

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

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

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

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

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

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

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

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