#A231B1

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

Shades of Dark Orchid #A231B1

Tints of Dark Orchid #A231B1

Color information

#A231B1 (or 0xA231B1) is unknown color: approx Dark Orchid. HEX triplet: A2, 31 and B1. RGB value is (162,49,177). Sum of RGB (Red+Green+Blue) = 162+49+177=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 49 (19.53% from 255 or 12.63% from 388); Blue value is 177 (69.53% from 255 or 45.62% from 388); Max value from RGB is 177 - color contains mainly: blue. Hex color #A231B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A231B1 is #5DCE4E. Grayscale: #606060. Windows color (decimal): -6147663 or 11612578. OLE color: 11612578.

HSL color Cylindrical-coordinate representation of color #A231B1: hue angle of 292.97º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A231B1 is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16249177-
CMYK0.080.7200.31
HSL292.97º56.64%44.31%-
HSV(B)292.97º72.32%69.41%-
XYZ23.9313.0542.85-
YUV97.38172.94174.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.75%
GREEN value IS 49 (19.53% from 255) = 12.63%
BLUE value IS 177 (69.53% from 255) = 45.62%
R=41.75%
G=12.63%
B=45.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal162491770.080.7200.31292.9756.6444.31
HexA231B184801F125392c
Octal24261261101100374457154
Binary101000101100011011000110001001000011111100100101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A231B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A231B1; }

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

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

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

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

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

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

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

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