#A838EA

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

Shades of Dark Orchid #A838EA

Tints of Dark Orchid #A838EA

Color information

#A838EA (or 0xA838EA) is unknown color: approx Dark Orchid. HEX triplet: A8, 38 and EA. RGB value is (168,56,234). Sum of RGB (Red+Green+Blue) = 168+56+234=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 56 (22.27% from 255 or 12.23% from 458); Blue value is 234 (91.80% from 255 or 51.09% from 458); Max value from RGB is 234 - color contains mainly: blue. Hex color #A838EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A838EA is #57C715. Grayscale: #6D6D6D. Windows color (decimal): -5752598 or 15349928. OLE color: 15349928.

HSL color Cylindrical-coordinate representation of color #A838EA: hue angle of 277.75º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A838EA is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB16856234-
CMYK0.280.7600.08
HSL277.75º80.91%56.86%-
HSV(B)277.75º76.07%91.76%-
XYZ32.4117.0979.43-
YUV109.78198.11169.53-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.68%
GREEN value IS 56 (22.27% from 255) = 12.23%
BLUE value IS 234 (91.80% from 255) = 51.09%
R=36.68%
G=12.23%
B=51.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal168562340.280.7600.08277.7580.9156.86
HexA838EA1C4C081165139
Octal250703523411401042612171
Binary1010100011100011101010111001001100010001000101101010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A838EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A838EA; }

 p { color: rgb(168,56,234); }

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

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

 a { background-color: rgb(168,56,234); }

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

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

 span { border-color: rgb(168,56,234); }

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