#A71DB3

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

Shades of Dark Orchid #A71DB3

Tints of Dark Orchid #A71DB3

Color information

#A71DB3 (or 0xA71DB3) is unknown color: approx Dark Orchid. HEX triplet: A7, 1D and B3. RGB value is (167,29,179). Sum of RGB (Red+Green+Blue) = 167+29+179=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 29 (11.72% from 255 or 7.73% from 375); Blue value is 179 (70.31% from 255 or 47.73% from 375); Max value from RGB is 179 - color contains mainly: blue. Hex color #A71DB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71DB3 is #58E24C. Grayscale: #565656. Windows color (decimal): -5825101 or 11738535. OLE color: 11738535.

HSL color Cylindrical-coordinate representation of color #A71DB3: hue angle of 295.2º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A71DB3 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16729179-
CMYK0.070.8400.30
HSL295.2º72.12%40.78%-
HSV(B)295.2º83.8%70.2%-
XYZ24.5112.3543.74-
YUV87.36179.72184.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.53%
GREEN value IS 29 (11.72% from 255) = 7.73%
BLUE value IS 179 (70.31% from 255) = 47.73%
R=44.53%
G=7.73%
B=47.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal167291790.070.8400.30295.272.1240.78
HexA71DB375401E1274829
Octal24735263712403644711051
Binary10100111111011011001111110101000111101001001111001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71DB3; }

 p { color: rgb(167,29,179); }

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

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

 a { background-color: rgb(167,29,179); }

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

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

 span { border-color: rgb(167,29,179); }

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