#AF4DFE

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

Shades of Medium Orchid #AF4DFE

Tints of Medium Orchid #AF4DFE

Color information

#AF4DFE (or 0xAF4DFE) is unknown color: approx Medium Orchid. HEX triplet: AF, 4D and FE. RGB value is (175,77,254). Sum of RGB (Red+Green+Blue) = 175+77+254=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 77 (30.47% from 255 or 15.22% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF4DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF4DFE is #50B201. Grayscale: #7D7D7D. Windows color (decimal): -5288450 or 16666031. OLE color: 16666031.

HSL color Cylindrical-coordinate representation of color #AF4DFE: hue angle of 273.22º 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 #AF4DFE is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB17577254-
CMYK0.310.7000.00
HSL273.22º98.88%64.9%-
HSV(B)273.22º69.69%99.61%-
XYZ38.2221.5895.92-
YUV126.48199.97162.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.58%
GREEN value IS 77 (30.47% from 255) = 15.22%
BLUE value IS 254 (99.61% from 255) = 50.20%
R=34.58%
G=15.22%
B=50.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal175772540.310.7000.00273.2298.8864.9
HexAF4DFE1F46001116341
Octal2571153763710600421143101
Binary101011111001101111111101111110001100010001000111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4DFE; }

 p { color: rgb(175,77,254); }

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

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

 a { background-color: rgb(175,77,254); }

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

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

 span { border-color: rgb(175,77,254); }

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