#A238DD

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

Shades of Dark Orchid #A238DD

Tints of Dark Orchid #A238DD

Color information

#A238DD (or 0xA238DD) is unknown color: approx Dark Orchid. HEX triplet: A2, 38 and DD. RGB value is (162,56,221). Sum of RGB (Red+Green+Blue) = 162+56+221=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 56 (22.27% from 255 or 12.76% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #A238DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A238DD is #5DC722. Grayscale: #696969. Windows color (decimal): -6145827 or 14497954. OLE color: 14497954.

HSL color Cylindrical-coordinate representation of color #A238DD: hue angle of 278.55º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A238DD is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16256221-
CMYK0.270.7500.13
HSL278.55º70.82%54.31%-
HSV(B)278.55º74.66%86.67%-
XYZ29.3715.7369.9-
YUV106.5192.62167.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.90%
GREEN value IS 56 (22.27% from 255) = 12.76%
BLUE value IS 221 (86.72% from 255) = 50.34%
R=36.90%
G=12.76%
B=50.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal162562210.270.7500.13278.5570.8254.31
HexA238DD1B4B0D1174736
Octal242703353311301542710766
Binary1010001011100011011101110111001011011011000101111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A238DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A238DD; }

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

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

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

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

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

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

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

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