#AF43C2

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

Shades of Medium Orchid #AF43C2

Tints of Medium Orchid #AF43C2

Color information

#AF43C2 (or 0xAF43C2) is unknown color: approx Medium Orchid. HEX triplet: AF, 43 and C2. RGB value is (175,67,194). Sum of RGB (Red+Green+Blue) = 175+67+194=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 67 (26.56% from 255 or 15.37% from 436); Blue value is 194 (76.17% from 255 or 44.50% from 436); Max value from RGB is 194 - color contains mainly: blue. Hex color #AF43C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF43C2 is #50BC3D. Grayscale: #717171. Windows color (decimal): -5291070 or 12731311. OLE color: 12731311.

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

Color convert

RGB17567194-
CMYK0.100.6500.24
HSL291.02º51%51.18%-
HSV(B)291.02º65.46%76.08%-
XYZ29.4217.0252.77-
YUV113.77173.28171.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.14%
GREEN value IS 67 (26.56% from 255) = 15.37%
BLUE value IS 194 (76.17% from 255) = 44.50%
R=40.14%
G=15.37%
B=44.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal175671940.100.6500.24291.025151.18
HexAF43C2A410181233333
Octal257103302121010304436363
Binary1010111110000111100001010101000001011000100100011110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF43C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF43C2; }

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

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

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

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

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

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

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

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