#AF4BEC

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

Shades of Medium Orchid #AF4BEC

Tints of Medium Orchid #AF4BEC

Color information

#AF4BEC (or 0xAF4BEC) is unknown color: approx Medium Orchid. HEX triplet: AF, 4B and EC. RGB value is (175,75,236). Sum of RGB (Red+Green+Blue) = 175+75+236=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 75 (29.69% from 255 or 15.43% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF4BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF4BEC is #50B413. Grayscale: #7A7A7A. Windows color (decimal): -5288980 or 15485871. OLE color: 15485871.

HSL color Cylindrical-coordinate representation of color #AF4BEC: hue angle of 277.27º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF4BEC is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17575236-
CMYK0.260.6800.07
HSL277.27º80.9%60.98%-
HSV(B)277.27º68.22%92.55%-
XYZ35.3420.281.39-
YUV123.25191.63164.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.01%
GREEN value IS 75 (29.69% from 255) = 15.43%
BLUE value IS 236 (92.58% from 255) = 48.56%
R=36.01%
G=15.43%
B=48.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal175752360.260.6800.07277.2780.960.98
HexAF4BEC1A4407115513d
Octal257113354321040742512175
Binary1010111110010111110110011010100010001111000101011010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4BEC; }

 p { color: rgb(175,75,236); }

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

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

 a { background-color: rgb(175,75,236); }

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

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

 span { border-color: rgb(175,75,236); }

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