#AF64C5

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

Shades of Medium Orchid #AF64C5

Tints of Medium Orchid #AF64C5

Color information

#AF64C5 (or 0xAF64C5) is unknown color: approx Medium Orchid. HEX triplet: AF, 64 and C5. RGB value is (175,100,197). Sum of RGB (Red+Green+Blue) = 175+100+197=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 197 (77.34% from 255 or 41.74% from 472); Max value from RGB is 197 - color contains mainly: blue. Hex color #AF64C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF64C5 is #509B3A. Grayscale: #858585. Windows color (decimal): -5282619 or 12936367. OLE color: 12936367.

HSL color Cylindrical-coordinate representation of color #AF64C5: hue angle of 286.39º degrees, saturation: 0.46, 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 #AF64C5 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB175100197-
CMYK0.110.4900.23
HSL286.39º45.54%58.24%-
HSV(B)286.39º49.24%77.25%-
XYZ32.3122.2655.42-
YUV133.48163.85157.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.08%
GREEN value IS 100 (39.45% from 255) = 21.19%
BLUE value IS 197 (77.34% from 255) = 41.74%
R=37.08%
G=21.19%
B=41.74%

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
Decimal1751001970.110.4900.23286.3945.5458.24
HexAF64C5B3101711e2e3a
Octal25714430513610274365672
Binary101011111100100110001011011110001010111100011110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF64C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF64C5; }

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

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

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

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

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

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

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

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