#A71CAD

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

Shades of Dark Orchid #A71CAD

Tints of Dark Orchid #A71CAD

Color information

#A71CAD (or 0xA71CAD) is unknown color: approx Dark Orchid. HEX triplet: A7, 1C and AD. RGB value is (167,28,173). Sum of RGB (Red+Green+Blue) = 167+28+173=368 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.38% from 368); Green value is 28 (11.33% from 255 or 7.61% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #A71CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A71CAD is #58E352. Grayscale: #555555. Windows color (decimal): -5825363 or 11345063. OLE color: 11345063.

HSL color Cylindrical-coordinate representation of color #A71CAD: hue angle of 297.52º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A71CAD is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16728173-
CMYK0.030.8400.32
HSL297.52º72.14%39.41%-
HSV(B)297.52º83.82%67.84%-
XYZ23.8912.0640.6-
YUV86.09177.05185.71-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.38%
GREEN value IS 28 (11.33% from 255) = 7.61%
BLUE value IS 173 (67.97% from 255) = 47.01%
R=45.38%
G=7.61%
B=47.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal167281730.030.8400.32297.5272.1439.41
HexA71CAD35402012a4827
Octal24734255312404045211047
Binary10100111111001010110111101010001000001001010101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71CAD; }

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

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

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

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

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

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

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

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