#A238BA

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

Shades of Dark Orchid #A238BA

Tints of Dark Orchid #A238BA

Color information

#A238BA (or 0xA238BA) is unknown color: approx Dark Orchid. HEX triplet: A2, 38 and BA. RGB value is (162,56,186). Sum of RGB (Red+Green+Blue) = 162+56+186=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 56 (22.27% from 255 or 13.86% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #A238BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A238BA is #5DC745. Grayscale: #666666. Windows color (decimal): -6145862 or 12204194. OLE color: 12204194.

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

Color convert

RGB16256186-
CMYK0.130.7000.27
HSL288.92º53.72%47.45%-
HSV(B)288.92º69.89%72.94%-
XYZ25.1814.0547.84-
YUV102.51175.12170.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.10%
GREEN value IS 56 (22.27% from 255) = 13.86%
BLUE value IS 186 (73.05% from 255) = 46.04%
R=40.10%
G=13.86%
B=46.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal162561860.130.7000.27288.9253.7247.45
HexA238BAD4601B121362f
Octal24270272151060334416657
Binary101000101110001011101011011000110011011100100001110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A238BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A238BA; }

 p { color: rgb(162,56,186); }

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

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

 a { background-color: rgb(162,56,186); }

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

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

 span { border-color: rgb(162,56,186); }

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