#A231AD

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

Shades of Dark Orchid #A231AD

Tints of Dark Orchid #A231AD

Color information

#A231AD (or 0xA231AD) is unknown color: approx Dark Orchid. HEX triplet: A2, 31 and AD. RGB value is (162,49,173). Sum of RGB (Red+Green+Blue) = 162+49+173=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 49 (19.53% from 255 or 12.76% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 173 - color contains mainly: blue. Hex color #A231AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A231AD is #5DCE52. Grayscale: #606060. Windows color (decimal): -6147667 or 11350434. OLE color: 11350434.

HSL color Cylindrical-coordinate representation of color #A231AD: hue angle of 294.68º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A231AD is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16249173-
CMYK0.060.7200.32
HSL294.68º55.86%43.53%-
HSV(B)294.68º71.68%67.84%-
XYZ23.5412.940.78-
YUV96.92170.94174.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.19%
GREEN value IS 49 (19.53% from 255) = 12.76%
BLUE value IS 173 (67.97% from 255) = 45.05%
R=42.19%
G=12.76%
B=45.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal162491730.060.7200.32294.6855.8643.53
HexA231AD648020127382c
Octal2426125561100404477054
Binary101000101100011010110111010010000100000100100111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A231AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A231AD; }

 p { color: rgb(162,49,173); }

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

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

 a { background-color: rgb(162,49,173); }

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

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

 span { border-color: rgb(162,49,173); }

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