#AF64C4

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

Shades of Medium Orchid #AF64C4

Tints of Medium Orchid #AF64C4

Color information

#AF64C4 (or 0xAF64C4) is unknown color: approx Medium Orchid. HEX triplet: AF, 64 and C4. RGB value is (175,100,196). Sum of RGB (Red+Green+Blue) = 175+100+196=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 100 (39.45% from 255 or 21.23% from 471); Blue value is 196 (76.95% from 255 or 41.61% from 471); Max value from RGB is 196 - color contains mainly: blue. Hex color #AF64C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF64C4 is #509B3B. Grayscale: #858585. Windows color (decimal): -5282620 or 12870831. OLE color: 12870831.

HSL color Cylindrical-coordinate representation of color #AF64C4: hue angle of 286.88º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF64C4 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB175100196-
CMYK0.110.4900.23
HSL286.88º44.86%58.04%-
HSV(B)286.88º48.98%76.86%-
XYZ32.222.2154.82-
YUV133.37163.35157.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.15%
GREEN value IS 100 (39.45% from 255) = 21.23%
BLUE value IS 196 (76.95% from 255) = 41.61%
R=37.15%
G=21.23%
B=41.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751001960.110.4900.23286.8844.8658.04
HexAF64C4B3101711f2d3a
Octal25714430413610274375572
Binary101011111100100110001001011110001010111100011111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF64C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF64C4; }

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

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

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

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

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

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

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

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