#A74FF1

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

Shades of Medium Orchid #A74FF1

Tints of Medium Orchid #A74FF1

Color information

#A74FF1 (or 0xA74FF1) is unknown color: approx Medium Orchid. HEX triplet: A7, 4F and F1. RGB value is (167,79,241). Sum of RGB (Red+Green+Blue) = 167+79+241=487 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.29% from 487); Green value is 79 (31.25% from 255 or 16.22% from 487); Blue value is 241 (94.53% from 255 or 49.49% from 487); Max value from RGB is 241 - color contains mainly: blue. Hex color #A74FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A74FF1 is #58B00E. Grayscale: #7B7B7B. Windows color (decimal): -5812239 or 15814567. OLE color: 15814567.

HSL color Cylindrical-coordinate representation of color #A74FF1: hue angle of 272.59º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A74FF1 is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16779241-
CMYK0.310.6700.05
HSL272.59º85.26%62.75%-
HSV(B)272.59º67.22%94.51%-
XYZ34.6120.1685.29-
YUV123.78194.15158.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.29%
GREEN value IS 79 (31.25% from 255) = 16.22%
BLUE value IS 241 (94.53% from 255) = 49.49%
R=34.29%
G=16.22%
B=49.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal167792410.310.6700.05272.5985.2662.75
HexA74FF11F4305111553f
Octal247117361371030542112577
Binary1010011110011111111000111111100001101011000100011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74FF1; }

 p { color: rgb(167,79,241); }

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

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

 a { background-color: rgb(167,79,241); }

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

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

 span { border-color: rgb(167,79,241); }

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