#AF4BC2

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

Shades of Medium Orchid #AF4BC2

Tints of Medium Orchid #AF4BC2

Color information

#AF4BC2 (or 0xAF4BC2) is unknown color: approx Medium Orchid. HEX triplet: AF, 4B and C2. RGB value is (175,75,194). Sum of RGB (Red+Green+Blue) = 175+75+194=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 75 (29.69% from 255 or 16.89% from 444); Blue value is 194 (76.17% from 255 or 43.69% from 444); Max value from RGB is 194 - color contains mainly: blue. Hex color #AF4BC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4BC2 is #50B43D. Grayscale: #767676. Windows color (decimal): -5289022 or 12733359. OLE color: 12733359.

HSL color Cylindrical-coordinate representation of color #AF4BC2: hue angle of 290.42º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF4BC2 is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17575194-
CMYK0.100.6100.24
HSL290.42º49.38%52.75%-
HSV(B)290.42º61.34%76.08%-
XYZ29.9318.0452.94-
YUV118.47170.63168.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.41%
GREEN value IS 75 (29.69% from 255) = 16.89%
BLUE value IS 194 (76.17% from 255) = 43.69%
R=39.41%
G=16.89%
B=43.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal175751940.100.6100.24290.4249.3852.75
HexAF4BC2A3D0181223135
Octal25711330212750304426165
Binary101011111001011110000101010111101011000100100010110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4BC2; }

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

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

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

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

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

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

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

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