#A71CB0

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

Shades of Dark Orchid #A71CB0

Tints of Dark Orchid #A71CB0

Color information

#A71CB0 (or 0xA71CB0) is unknown color: approx Dark Orchid. HEX triplet: A7, 1C and B0. RGB value is (167,28,176). Sum of RGB (Red+Green+Blue) = 167+28+176=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 28 (11.33% from 255 or 7.55% from 371); Blue value is 176 (69.14% from 255 or 47.44% from 371); Max value from RGB is 176 - color contains mainly: blue. Hex color #A71CB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A71CB0 is #58E34F. Grayscale: #555555. Windows color (decimal): -5825360 or 11541671. OLE color: 11541671.

HSL color Cylindrical-coordinate representation of color #A71CB0: hue angle of 296.35º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A71CB0 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16728176-
CMYK0.050.8400.31
HSL296.35º72.55%40%-
HSV(B)296.35º84.09%69.02%-
XYZ24.1912.1842.15-
YUV86.43178.55185.47-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.01%
GREEN value IS 28 (11.33% from 255) = 7.55%
BLUE value IS 176 (69.14% from 255) = 47.44%
R=45.01%
G=7.55%
B=47.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal167281760.050.8400.31296.3572.5540
HexA71CB055401F1284928
Octal24734260512403745011150
Binary10100111111001011000010110101000111111001010001001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71CB0; }

 p { color: rgb(167,28,176); }

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

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

 a { background-color: rgb(167,28,176); }

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

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

 span { border-color: rgb(167,28,176); }

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