#A627CA

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

Shades of Dark Orchid #A627CA

Tints of Dark Orchid #A627CA

Color information

#A627CA (or 0xA627CA) is unknown color: approx Dark Orchid. HEX triplet: A6, 27 and CA. RGB value is (166,39,202). Sum of RGB (Red+Green+Blue) = 166+39+202=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 39 (15.62% from 255 or 9.58% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #A627CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A627CA is #59D835. Grayscale: #5F5F5F. Windows color (decimal): -5888054 or 13248422. OLE color: 13248422.

HSL color Cylindrical-coordinate representation of color #A627CA: hue angle of 286.75º 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 #A627CA is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16639202-
CMYK0.180.8100.21
HSL286.75º67.63%47.25%-
HSV(B)286.75º80.69%79.22%-
XYZ27.1113.8257.12-
YUV95.56188.08178.25-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.79%
GREEN value IS 39 (15.62% from 255) = 9.58%
BLUE value IS 202 (79.30% from 255) = 49.63%
R=40.79%
G=9.58%
B=49.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal166392020.180.8100.21286.7567.6347.25
HexA627CA125101511f442f
Octal246473122212102543710457
Binary10100110100111110010101001010100010101011000111111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A627CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A627CA; }

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

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

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

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

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

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

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

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