#AF65C6

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

Shades of Medium Orchid #AF65C6

Tints of Medium Orchid #AF65C6

Color information

#AF65C6 (or 0xAF65C6) is unknown color: approx Medium Orchid. HEX triplet: AF, 65 and C6. RGB value is (175,101,198). Sum of RGB (Red+Green+Blue) = 175+101+198=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 101 (39.84% from 255 or 21.31% from 474); Blue value is 198 (77.73% from 255 or 41.77% from 474); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF65C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF65C6 is #509A39. Grayscale: #858585. Windows color (decimal): -5282362 or 13002159. OLE color: 13002159.

HSL color Cylindrical-coordinate representation of color #AF65C6: hue angle of 285.77º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF65C6 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB175101198-
CMYK0.120.4900.22
HSL285.77º45.97%58.63%-
HSV(B)285.77º48.99%77.65%-
XYZ32.5322.556.05-
YUV134.18164.02157.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.92%
GREEN value IS 101 (39.84% from 255) = 21.31%
BLUE value IS 198 (77.73% from 255) = 41.77%
R=36.92%
G=21.31%
B=41.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751011980.120.4900.22285.7745.9758.63
HexAF65C6C3101611e2e3b
Octal25714530614610264365673
Binary101011111100101110001101100110001010110100011110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF65C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF65C6; }

 p { color: rgb(175,101,198); }

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

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

 a { background-color: rgb(175,101,198); }

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

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

 span { border-color: rgb(175,101,198); }

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