#A94CFE

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

Shades of Medium Orchid #A94CFE

Tints of Medium Orchid #A94CFE

Color information

#A94CFE (or 0xA94CFE) is unknown color: approx Medium Orchid. HEX triplet: A9, 4C and FE. RGB value is (169,76,254). Sum of RGB (Red+Green+Blue) = 169+76+254=499 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.87% from 499); Green value is 76 (30.08% from 255 or 15.23% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #A94CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A94CFE is #56B301. Grayscale: #7B7B7B. Windows color (decimal): -5681922 or 16665769. OLE color: 16665769.

HSL color Cylindrical-coordinate representation of color #A94CFE: hue angle of 271.35º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A94CFE is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB16976254-
CMYK0.330.7000.00
HSL271.35º98.89%64.71%-
HSV(B)271.35º70.08%99.61%-
XYZ36.8420.7695.83-
YUV124.1201.31160.03-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.87%
GREEN value IS 76 (30.08% from 255) = 15.23%
BLUE value IS 254 (99.61% from 255) = 50.90%
R=33.87%
G=15.23%
B=50.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal169762540.330.7000.00271.3598.8964.71
HexA94CFE21460010f6341
Octal2511143764110600417143101
Binary1010100110011001111111010000110001100010000111111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94CFE; }

 p { color: rgb(169,76,254); }

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

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

 a { background-color: rgb(169,76,254); }

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

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

 span { border-color: rgb(169,76,254); }

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