#AF67DC

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

Shades of Medium Orchid #AF67DC

Tints of Medium Orchid #AF67DC

Color information

#AF67DC (or 0xAF67DC) is unknown color: approx Medium Orchid. HEX triplet: AF, 67 and DC. RGB value is (175,103,220). Sum of RGB (Red+Green+Blue) = 175+103+220=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 103 (40.62% from 255 or 20.68% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF67DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF67DC is #509823. Grayscale: #898989. Windows color (decimal): -5281828 or 14444463. OLE color: 14444463.

HSL color Cylindrical-coordinate representation of color #AF67DC: hue angle of 276.92º degrees, saturation: 0.63, 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 #AF67DC is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB175103220-
CMYK0.200.5300.14
HSL276.92º62.57%63.33%-
HSV(B)276.92º53.18%86.27%-
XYZ35.4523.9870.47-
YUV137.87174.35154.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.14%
GREEN value IS 103 (40.62% from 255) = 20.68%
BLUE value IS 220 (86.33% from 255) = 44.18%
R=35.14%
G=20.68%
B=44.18%

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
Decimal1751032200.200.5300.14276.9262.5763.33
HexAF67DC14350E1153f3f
Octal25714733424650164257777
Binary101011111100111110111001010011010101110100010101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF67DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF67DC; }

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

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

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

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

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

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

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

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