#AF69DB

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

Shades of Amethyst #AF69DB

Tints of Amethyst #AF69DB

Color information

#AF69DB (or 0xAF69DB) is unknown color: approx Amethyst. HEX triplet: AF, 69 and DB. RGB value is (175,105,219). Sum of RGB (Red+Green+Blue) = 175+105+219=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 105 (41.41% from 255 or 21.04% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF69DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF69DB is #509624. Grayscale: #8A8A8A. Windows color (decimal): -5281317 or 14379439. OLE color: 14379439.

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

Color convert

RGB175105219-
CMYK0.200.5200.14
HSL276.84º61.29%63.53%-
HSV(B)276.84º52.05%85.88%-
XYZ35.5224.3369.84-
YUV138.93173.19153.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.07%
GREEN value IS 105 (41.41% from 255) = 21.04%
BLUE value IS 219 (85.94% from 255) = 43.89%
R=35.07%
G=21.04%
B=43.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1751052190.200.5200.14276.8461.2963.53
HexAF69DB14340E1153d40
Octal257151333246401642575100
Binary1010111111010011101101110100110100011101000101011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF69DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF69DB; }

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

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

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

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

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

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

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

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