#AF64C1

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

Shades of Medium Orchid #AF64C1

Tints of Medium Orchid #AF64C1

Color information

#AF64C1 (or 0xAF64C1) is unknown color: approx Medium Orchid. HEX triplet: AF, 64 and C1. RGB value is (175,100,193). Sum of RGB (Red+Green+Blue) = 175+100+193=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 100 (39.45% from 255 or 21.37% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF64C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF64C1 is #509B3E. Grayscale: #848484. Windows color (decimal): -5282623 or 12674223. OLE color: 12674223.

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

Color convert

RGB175100193-
CMYK0.090.4800.24
HSL288.39º42.86%57.45%-
HSV(B)288.39º48.19%75.69%-
XYZ31.8622.0853.03-
YUV133.03161.85157.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.39%
GREEN value IS 100 (39.45% from 255) = 21.37%
BLUE value IS 193 (75.78% from 255) = 41.24%
R=37.39%
G=21.37%
B=41.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751001930.090.4800.24288.3942.8657.45
HexAF64C19300181202b39
Octal25714430111600304405371
Binary101011111100100110000011001110000011000100100000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF64C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF64C1; }

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

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

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

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

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

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

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

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