#A238AF

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

Shades of Dark Orchid #A238AF

Tints of Dark Orchid #A238AF

Color information

#A238AF (or 0xA238AF) is unknown color: approx Dark Orchid. HEX triplet: A2, 38 and AF. RGB value is (162,56,175). Sum of RGB (Red+Green+Blue) = 162+56+175=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 56 (22.27% from 255 or 14.25% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #A238AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A238AF is #5DC750. Grayscale: #646464. Windows color (decimal): -6145873 or 11483298. OLE color: 11483298.

HSL color Cylindrical-coordinate representation of color #A238AF: hue angle of 293.45º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A238AF is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16256175-
CMYK0.070.6800.31
HSL293.45º51.52%45.29%-
HSV(B)293.45º68%68.63%-
XYZ24.0513.641.92-
YUV101.26169.62171.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.22%
GREEN value IS 56 (22.27% from 255) = 14.25%
BLUE value IS 175 (68.75% from 255) = 44.53%
R=41.22%
G=14.25%
B=44.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal162561750.070.6800.31293.4551.5245.29
HexA238AF74401F125342d
Octal2427025771040374456455
Binary10100010111000101011111111000100011111100100101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A238AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A238AF; }

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

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

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

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

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

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

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

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