#A827CA

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

Shades of Dark Orchid #A827CA

Tints of Dark Orchid #A827CA

Color information

#A827CA (or 0xA827CA) is unknown color: approx Dark Orchid. HEX triplet: A8, 27 and CA. RGB value is (168,39,202). Sum of RGB (Red+Green+Blue) = 168+39+202=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 39 (15.62% from 255 or 9.54% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 202 - color contains mainly: blue. Hex color #A827CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A827CA is #57D835. Grayscale: #5F5F5F. Windows color (decimal): -5756982 or 13248424. OLE color: 13248424.

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

Color convert

RGB16839202-
CMYK0.170.8100.21
HSL287.48º67.63%47.25%-
HSV(B)287.48º80.69%79.22%-
XYZ27.5314.0457.14-
YUV96.15187.74179.25-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.08%
GREEN value IS 39 (15.62% from 255) = 9.54%
BLUE value IS 202 (79.30% from 255) = 49.39%
R=41.08%
G=9.54%
B=49.39%

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
Decimal168392020.170.8100.21287.4867.6347.25
HexA827CA115101511f442f
Octal250473122112102543710457
Binary10101000100111110010101000110100010101011000111111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A827CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A827CA; }

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

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

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

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

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

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

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

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