#AF64EA

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

Shades of Medium Orchid #AF64EA

Tints of Medium Orchid #AF64EA

Color information

#AF64EA (or 0xAF64EA) is unknown color: approx Medium Orchid. HEX triplet: AF, 64 and EA. RGB value is (175,100,234). Sum of RGB (Red+Green+Blue) = 175+100+234=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 100 (39.45% from 255 or 19.65% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF64EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF64EA is #509B15. Grayscale: #898989. Windows color (decimal): -5282582 or 15361199. OLE color: 15361199.

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

Color convert

RGB175100234-
CMYK0.250.5700.08
HSL273.58º76.14%65.49%-
HSV(B)273.58º57.26%91.76%-
XYZ37.0924.1780.55-
YUV137.7182.35154.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.38%
GREEN value IS 100 (39.45% from 255) = 19.65%
BLUE value IS 234 (91.80% from 255) = 45.97%
R=34.38%
G=19.65%
B=45.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1751002340.250.5700.08273.5876.1465.49
HexAF64EA1939081124c41
Octal2571443523171010422114101
Binary10101111110010011101010110011110010100010001001010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF64EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF64EA; }

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

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

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

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

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

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

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

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