#AF65E5

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

Shades of Medium Orchid #AF65E5

Tints of Medium Orchid #AF65E5

Color information

#AF65E5 (or 0xAF65E5) is unknown color: approx Medium Orchid. HEX triplet: AF, 65 and E5. RGB value is (175,101,229). Sum of RGB (Red+Green+Blue) = 175+101+229=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 101 (39.84% from 255 or 20% from 505); Blue value is 229 (89.84% from 255 or 45.35% from 505); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF65E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF65E5 is #509A1A. Grayscale: #898989. Windows color (decimal): -5282331 or 15033775. OLE color: 15033775.

HSL color Cylindrical-coordinate representation of color #AF65E5: hue angle of 274.69º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF65E5 is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB175101229-
CMYK0.240.5600.10
HSL274.69º71.11%64.71%-
HSV(B)274.69º55.9%89.8%-
XYZ36.4824.0876.85-
YUV137.72179.52154.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.65%
GREEN value IS 101 (39.84% from 255) = 20%
BLUE value IS 229 (89.84% from 255) = 45.35%
R=34.65%
G=20%
B=45.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1751012290.240.5600.10274.6971.1164.71
HexAF65E518380A1134741
Octal2571453453070012423107101
Binary10101111110010111100101110001110000101010001001110001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF65E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF65E5; }

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

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

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

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

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

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

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

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