#AF4AC1

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

Shades of Medium Orchid #AF4AC1

Tints of Medium Orchid #AF4AC1

Color information

#AF4AC1 (or 0xAF4AC1) is unknown color: approx Medium Orchid. HEX triplet: AF, 4A and C1. RGB value is (175,74,193). Sum of RGB (Red+Green+Blue) = 175+74+193=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 74 (29.30% from 255 or 16.74% from 442); Blue value is 193 (75.78% from 255 or 43.67% from 442); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF4AC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4AC1 is #50B53E. Grayscale: #757575. Windows color (decimal): -5289279 or 12667567. OLE color: 12667567.

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

Color convert

RGB17574193-
CMYK0.090.6200.24
HSL290.92º48.97%52.35%-
HSV(B)290.92º61.66%75.69%-
XYZ29.7517.8652.33-
YUV117.76170.46168.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.59%
GREEN value IS 74 (29.30% from 255) = 16.74%
BLUE value IS 193 (75.78% from 255) = 43.67%
R=39.59%
G=16.74%
B=43.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal175741930.090.6200.24290.9248.9752.35
HexAF4AC193E0181233134
Octal25711230111760304436164
Binary101011111001010110000011001111110011000100100011110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4AC1; }

 p { color: rgb(175,74,193); }

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

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

 a { background-color: rgb(175,74,193); }

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

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

 span { border-color: rgb(175,74,193); }

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