#AF4CEA

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

Shades of Medium Orchid #AF4CEA

Tints of Medium Orchid #AF4CEA

Color information

#AF4CEA (or 0xAF4CEA) is unknown color: approx Medium Orchid. HEX triplet: AF, 4C and EA. RGB value is (175,76,234). Sum of RGB (Red+Green+Blue) = 175+76+234=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 76 (30.08% from 255 or 15.67% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF4CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF4CEA is #50B315. Grayscale: #7B7B7B. Windows color (decimal): -5288726 or 15355055. OLE color: 15355055.

HSL color Cylindrical-coordinate representation of color #AF4CEA: hue angle of 277.59º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF4CEA is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB17576234-
CMYK0.250.6800.08
HSL277.59º79%60.78%-
HSV(B)277.59º67.52%91.76%-
XYZ35.1120.2279.89-
YUV123.61190.3164.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.08%
GREEN value IS 76 (30.08% from 255) = 15.67%
BLUE value IS 234 (91.80% from 255) = 48.25%
R=36.08%
G=15.67%
B=48.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal175762340.250.6800.08277.597960.78
HexAF4CEA1944081164f3d
Octal2571143523110401042611775
Binary10101111100110011101010110011000100010001000101101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4CEA; }

 p { color: rgb(175,76,234); }

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

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

 a { background-color: rgb(175,76,234); }

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

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

 span { border-color: rgb(175,76,234); }

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