#AF65E9

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

Shades of Medium Orchid #AF65E9

Tints of Medium Orchid #AF65E9

Color information

#AF65E9 (or 0xAF65E9) is unknown color: approx Medium Orchid. HEX triplet: AF, 65 and E9. RGB value is (175,101,233). Sum of RGB (Red+Green+Blue) = 175+101+233=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 101 (39.84% from 255 or 19.84% from 509); Blue value is 233 (91.41% from 255 or 45.78% from 509); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF65E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF65E9 is #509A16. Grayscale: #898989. Windows color (decimal): -5282327 or 15295919. OLE color: 15295919.

HSL color Cylindrical-coordinate representation of color #AF65E9: hue angle of 273.64º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF65E9 is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB175101233-
CMYK0.250.5700.09
HSL273.64º75%65.49%-
HSV(B)273.64º56.65%91.37%-
XYZ37.0424.379.83-
YUV138.17181.52154.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.38%
GREEN value IS 101 (39.84% from 255) = 19.84%
BLUE value IS 233 (91.41% from 255) = 45.78%
R=34.38%
G=19.84%
B=45.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1751012330.250.5700.09273.647565.49
HexAF65E91939091124b41
Octal2571453513171011422113101
Binary10101111110010111101001110011110010100110001001010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF65E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF65E9; }

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

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

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

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

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

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

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

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