#AF67DB

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

Shades of Medium Orchid #AF67DB

Tints of Medium Orchid #AF67DB

Color information

#AF67DB (or 0xAF67DB) is unknown color: approx Medium Orchid. HEX triplet: AF, 67 and DB. RGB value is (175,103,219). Sum of RGB (Red+Green+Blue) = 175+103+219=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 103 (40.62% from 255 or 20.72% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF67DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF67DB is #509824. Grayscale: #898989. Windows color (decimal): -5281829 or 14378927. OLE color: 14378927.

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

Color convert

RGB175103219-
CMYK0.200.5300.14
HSL277.24º61.7%63.14%-
HSV(B)277.24º52.97%85.88%-
XYZ35.3223.9369.78-
YUV137.75173.85154.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.21%
GREEN value IS 103 (40.62% from 255) = 20.72%
BLUE value IS 219 (85.94% from 255) = 44.06%
R=35.21%
G=20.72%
B=44.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1751032190.200.5300.14277.2461.763.14
HexAF67DB14350E1153e3f
Octal25714733324650164257677
Binary101011111100111110110111010011010101110100010101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF67DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF67DB; }

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

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

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

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

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

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

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

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