#AF67DD

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

Shades of Medium Orchid #AF67DD

Tints of Medium Orchid #AF67DD

Color information

#AF67DD (or 0xAF67DD) is unknown color: approx Medium Orchid. HEX triplet: AF, 67 and DD. RGB value is (175,103,221). Sum of RGB (Red+Green+Blue) = 175+103+221=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 103 (40.62% from 255 or 20.64% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF67DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF67DD is #509822. Grayscale: #898989. Windows color (decimal): -5281827 or 14509999. OLE color: 14509999.

HSL color Cylindrical-coordinate representation of color #AF67DD: hue angle of 276.61º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF67DD is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175103221-
CMYK0.210.5300.13
HSL276.61º63.44%63.53%-
HSV(B)276.61º53.39%86.67%-
XYZ35.5824.0371.17-
YUV137.98174.85154.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.07%
GREEN value IS 103 (40.62% from 255) = 20.64%
BLUE value IS 221 (86.72% from 255) = 44.29%
R=35.07%
G=20.64%
B=44.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751032210.210.5300.13276.6163.4463.53
HexAF67DD15350D1153f40
Octal257147335256501542577100
Binary1010111111001111101110110101110101011011000101011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF67DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF67DD; }

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

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

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

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

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

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

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

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