#A71CAA

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

Shades of Dark Orchid #A71CAA

Tints of Dark Orchid #A71CAA

Color information

#A71CAA (or 0xA71CAA) is unknown color: approx Dark Orchid. HEX triplet: A7, 1C and AA. RGB value is (167,28,170). Sum of RGB (Red+Green+Blue) = 167+28+170=365 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.75% from 365); Green value is 28 (11.33% from 255 or 7.67% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #A71CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A71CAA is #58E355. Grayscale: #555555. Windows color (decimal): -5825366 or 11148455. OLE color: 11148455.

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

Color convert

RGB16728170-
CMYK0.020.8400.33
HSL298.73º71.72%38.82%-
HSV(B)298.73º83.53%66.67%-
XYZ23.6111.9539.09-
YUV85.75175.55185.95-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.75%
GREEN value IS 28 (11.33% from 255) = 7.67%
BLUE value IS 170 (66.80% from 255) = 46.58%
R=45.75%
G=7.67%
B=46.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167281700.020.8400.33298.7371.7238.82
HexA71CAA25402112b4827
Octal24734252212404145311047
Binary10100111111001010101010101010001000011001010111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71CAA; }

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

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

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

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

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

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

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

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