#A727CA

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

Shades of Dark Orchid #A727CA

Tints of Dark Orchid #A727CA

Color information

#A727CA (or 0xA727CA) is unknown color: approx Dark Orchid. HEX triplet: A7, 27 and CA. RGB value is (167,39,202). Sum of RGB (Red+Green+Blue) = 167+39+202=408 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.93% from 408); Green value is 39 (15.62% from 255 or 9.56% from 408); Blue value is 202 (79.30% from 255 or 49.51% from 408); Max value from RGB is 202 - color contains mainly: blue. Hex color #A727CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A727CA is #58D835. Grayscale: #5F5F5F. Windows color (decimal): -5822518 or 13248423. OLE color: 13248423.

HSL color Cylindrical-coordinate representation of color #A727CA: hue angle of 287.12º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A727CA is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16739202-
CMYK0.170.8100.21
HSL287.12º67.63%47.25%-
HSV(B)287.12º80.69%79.22%-
XYZ27.3213.9357.13-
YUV95.85187.91178.75-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.93%
GREEN value IS 39 (15.62% from 255) = 9.56%
BLUE value IS 202 (79.30% from 255) = 49.51%
R=40.93%
G=9.56%
B=49.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal167392020.170.8100.21287.1267.6347.25
HexA727CA115101511f442f
Octal247473122112102543710457
Binary10100111100111110010101000110100010101011000111111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A727CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A727CA; }

 p { color: rgb(167,39,202); }

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

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

 a { background-color: rgb(167,39,202); }

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

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

 span { border-color: rgb(167,39,202); }

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