#AF65DB

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

Shades of Medium Orchid #AF65DB

Tints of Medium Orchid #AF65DB

Color information

#AF65DB (or 0xAF65DB) is unknown color: approx Medium Orchid. HEX triplet: AF, 65 and DB. RGB value is (175,101,219). Sum of RGB (Red+Green+Blue) = 175+101+219=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 101 (39.84% from 255 or 20.40% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF65DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF65DB is #509A24. Grayscale: #888888. Windows color (decimal): -5282341 or 14378415. OLE color: 14378415.

HSL color Cylindrical-coordinate representation of color #AF65DB: hue angle of 277.63º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF65DB is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB175101219-
CMYK0.200.5400.14
HSL277.63º62.11%62.75%-
HSV(B)277.63º53.88%85.88%-
XYZ35.1223.5469.71-
YUV136.58174.52155.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.35%
GREEN value IS 101 (39.84% from 255) = 20.40%
BLUE value IS 219 (85.94% from 255) = 44.24%
R=35.35%
G=20.40%
B=44.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1751012190.200.5400.14277.6362.1162.75
HexAF65DB14360E1163e3f
Octal25714533324660164267677
Binary101011111100101110110111010011011001110100010110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF65DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF65DB; }

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

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

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

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

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

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

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

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