#A247E4

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

Shades of Dark Orchid #A247E4

Tints of Dark Orchid #A247E4

Color information

#A247E4 (or 0xA247E4) is unknown color: approx Dark Orchid. HEX triplet: A2, 47 and E4. RGB value is (162,71,228). Sum of RGB (Red+Green+Blue) = 162+71+228=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 71 (28.12% from 255 or 15.40% from 461); Blue value is 228 (89.45% from 255 or 49.46% from 461); Max value from RGB is 228 - color contains mainly: blue. Hex color #A247E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A247E4 is #5DB81B. Grayscale: #737373. Windows color (decimal): -6141980 or 14960546. OLE color: 14960546.

HSL color Cylindrical-coordinate representation of color #A247E4: hue angle of 274.78º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A247E4 is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16271228-
CMYK0.290.6900.11
HSL274.78º74.41%58.63%-
HSV(B)274.78º68.86%89.41%-
XYZ31.1617.7975.19-
YUV116.11191.15160.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.14%
GREEN value IS 71 (28.12% from 255) = 15.40%
BLUE value IS 228 (89.45% from 255) = 49.46%
R=35.14%
G=15.40%
B=49.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal162712280.290.6900.11274.7874.4158.63
HexA247E41D450B1134a3b
Octal2421073443510501342311273
Binary10100010100011111100100111011000101010111000100111001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A247E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A247E4; }

 p { color: rgb(162,71,228); }

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

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

 a { background-color: rgb(162,71,228); }

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

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

 span { border-color: rgb(162,71,228); }

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