#A230AB

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

Shades of Dark Orchid #A230AB

Tints of Dark Orchid #A230AB

Color information

#A230AB (or 0xA230AB) is unknown color: approx Dark Orchid. HEX triplet: A2, 30 and AB. RGB value is (162,48,171). Sum of RGB (Red+Green+Blue) = 162+48+171=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 48 (19.14% from 255 or 12.60% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #A230AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A230AB is #5DCF54. Grayscale: #5F5F5F. Windows color (decimal): -6147925 or 11219106. OLE color: 11219106.

HSL color Cylindrical-coordinate representation of color #A230AB: hue angle of 295.61º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A230AB is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16248171-
CMYK0.050.7200.33
HSL295.61º56.16%42.94%-
HSV(B)295.61º71.93%67.06%-
XYZ23.3112.7439.76-
YUV96.11170.27175-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.52%
GREEN value IS 48 (19.14% from 255) = 12.60%
BLUE value IS 171 (67.19% from 255) = 44.88%
R=42.52%
G=12.60%
B=44.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162481710.050.7200.33295.6156.1642.94
HexA230AB548021128382b
Octal2426025351100414507053
Binary101000101100001010101110110010000100001100101000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A230AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A230AB; }

 p { color: rgb(162,48,171); }

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

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

 a { background-color: rgb(162,48,171); }

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

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

 span { border-color: rgb(162,48,171); }

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