#a71fc2

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

Shades of Dark Orchid #A71FC2

Tints of Dark Orchid #A71FC2

Color information

#A71FC2 (or 0xA71FC2) is unknown color: approx Dark Orchid. HEX triplet: A7, 1F and C2. RGB value is (167,31,194). Sum of RGB (Red+Green+Blue) = 167+31+194=392 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.60% from 392); Green value is 31 (12.5% from 255 or 7.91% from 392); Blue value is 194 (76.17% from 255 or 49.49% from 392); Max value from RGB is 194 - color contains mainly: blue. Hex color #A71FC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71FC2 is #58E03D. Grayscale: #595959. Windows color (decimal): -5824574 or 12722087. OLE color: 12722087.

HSL color Cylindrical-coordinate representation of color #A71FC2: hue angle of 290.06º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A71FC2 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16731194-
CMYK0.140.8400.24
HSL290.06º72.44%44.12%-
HSV(B)290.06º84.02%76.08%-
XYZ26.1613.0952.19-
YUV90.25186.56182.75-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.60%
GREEN value IS 31 (12.5% from 255) = 7.91%
BLUE value IS 194 (76.17% from 255) = 49.49%
R=42.60%
G=7.91%
B=49.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal167311940.140.8400.24290.0672.4444.12
HexA71FC2E54018122482c
Octal247373021612403044211054
Binary101001111111111000010111010101000110001001000101001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a71fc2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a71fc2; }

 p { color: rgb(167,31,194); }

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

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

 a { background-color: rgb(167,31,194); }

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

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

 span { border-color: rgb(167,31,194); }

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