#AF69DD

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

Shades of Amethyst #AF69DD

Tints of Amethyst #AF69DD

Color information

#AF69DD (or 0xAF69DD) is unknown color: approx Amethyst. HEX triplet: AF, 69 and DD. RGB value is (175,105,221). Sum of RGB (Red+Green+Blue) = 175+105+221=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 105 (41.41% from 255 or 20.96% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF69DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF69DD is #509622. Grayscale: #8A8A8A. Windows color (decimal): -5281315 or 14510511. OLE color: 14510511.

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

Color convert

RGB175105221-
CMYK0.210.5200.13
HSL276.21º63.04%63.92%-
HSV(B)276.21º52.49%86.67%-
XYZ35.7824.4471.24-
YUV139.15174.19153.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.93%
GREEN value IS 105 (41.41% from 255) = 20.96%
BLUE value IS 221 (86.72% from 255) = 44.11%
R=34.93%
G=20.96%
B=44.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751052210.210.5200.13276.2163.0463.92
HexAF69DD15340D1143f40
Octal257151335256401542477100
Binary1010111111010011101110110101110100011011000101001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF69DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF69DD; }

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

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

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

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

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

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

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

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