#AF64CF

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

Shades of Medium Orchid #AF64CF

Tints of Medium Orchid #AF64CF

Color information

#AF64CF (or 0xAF64CF) is unknown color: approx Medium Orchid. HEX triplet: AF, 64 and CF. RGB value is (175,100,207). Sum of RGB (Red+Green+Blue) = 175+100+207=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 100 (39.45% from 255 or 20.75% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF64CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF64CF is #509B30. Grayscale: #868686. Windows color (decimal): -5282609 or 13591727. OLE color: 13591727.

HSL color Cylindrical-coordinate representation of color #AF64CF: hue angle of 282.06º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF64CF is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB175100207-
CMYK0.150.5200.19
HSL282.06º52.71%60.2%-
HSV(B)282.06º51.69%81.18%-
XYZ33.522.7361.65-
YUV134.62168.85156.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.31%
GREEN value IS 100 (39.45% from 255) = 20.75%
BLUE value IS 207 (81.25% from 255) = 42.95%
R=36.31%
G=20.75%
B=42.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1751002070.150.5200.19282.0652.7160.2
HexAF64CFF3401311a353c
Octal25714431717640234326574
Binary101011111100100110011111111110100010011100011010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF64CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF64CF; }

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

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

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

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

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

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

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

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