#A831B1

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

Shades of Dark Orchid #A831B1

Tints of Dark Orchid #A831B1

Color information

#A831B1 (or 0xA831B1) is unknown color: approx Dark Orchid. HEX triplet: A8, 31 and B1. RGB value is (168,49,177). Sum of RGB (Red+Green+Blue) = 168+49+177=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 49 (19.53% from 255 or 12.44% from 394); Blue value is 177 (69.53% from 255 or 44.92% from 394); Max value from RGB is 177 - color contains mainly: blue. Hex color #A831B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A831B1 is #57CE4E. Grayscale: #626262. Windows color (decimal): -5754447 or 11612584. OLE color: 11612584.

HSL color Cylindrical-coordinate representation of color #A831B1: hue angle of 295.78º 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 #A831B1 is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16849177-
CMYK0.050.7200.31
HSL295.78º56.64%44.31%-
HSV(B)295.78º72.32%69.41%-
XYZ25.1813.742.91-
YUV99.17171.92177.09-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.64%
GREEN value IS 49 (19.53% from 255) = 12.44%
BLUE value IS 177 (69.53% from 255) = 44.92%
R=42.64%
G=12.44%
B=44.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168491770.050.7200.31295.7856.6444.31
HexA831B154801F128392c
Octal2506126151100374507154
Binary10101000110001101100011011001000011111100101000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A831B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A831B1; }

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

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

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

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

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

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

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

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