#AF65D5

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

Shades of Medium Orchid #AF65D5

Tints of Medium Orchid #AF65D5

Color information

#AF65D5 (or 0xAF65D5) is unknown color: approx Medium Orchid. HEX triplet: AF, 65 and D5. RGB value is (175,101,213). Sum of RGB (Red+Green+Blue) = 175+101+213=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 101 (39.84% from 255 or 20.65% from 489); Blue value is 213 (83.59% from 255 or 43.56% from 489); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF65D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF65D5 is #509A2A. Grayscale: #878787. Windows color (decimal): -5282347 or 13985199. OLE color: 13985199.

HSL color Cylindrical-coordinate representation of color #AF65D5: hue angle of 279.64º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF65D5 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB175101213-
CMYK0.180.5300.16
HSL279.64º57.14%61.57%-
HSV(B)279.64º52.58%83.53%-
XYZ34.3423.2365.62-
YUV135.89171.52155.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.79%
GREEN value IS 101 (39.84% from 255) = 20.65%
BLUE value IS 213 (83.59% from 255) = 43.56%
R=35.79%
G=20.65%
B=43.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751012130.180.5300.16279.6457.1461.57
HexAF65D51235010118393e
Octal25714532522650204307176
Binary1010111111001011101010110010110101010000100011000111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF65D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF65D5; }

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

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

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

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

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

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

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

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