#AF64CA

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

Shades of Medium Orchid #AF64CA

Tints of Medium Orchid #AF64CA

Color information

#AF64CA (or 0xAF64CA) is unknown color: approx Medium Orchid. HEX triplet: AF, 64 and CA. RGB value is (175,100,202). Sum of RGB (Red+Green+Blue) = 175+100+202=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 100 (39.45% from 255 or 20.96% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF64CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF64CA is #509B35. Grayscale: #858585. Windows color (decimal): -5282614 or 13264047. OLE color: 13264047.

HSL color Cylindrical-coordinate representation of color #AF64CA: hue angle of 284.12º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF64CA is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB175100202-
CMYK0.130.5000.21
HSL284.12º49.04%59.22%-
HSV(B)284.12º50.5%79.22%-
XYZ32.922.4958.48-
YUV134.05166.35157.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.69%
GREEN value IS 100 (39.45% from 255) = 20.96%
BLUE value IS 202 (79.30% from 255) = 42.35%
R=36.69%
G=20.96%
B=42.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1751002020.130.5000.21284.1249.0459.22
HexAF64CAD3201511c313b
Octal25714431215620254346173
Binary101011111100100110010101101110010010101100011100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF64CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF64CA; }

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

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

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

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

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

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

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

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