#AF6BDB

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

Shades of Amethyst #AF6BDB

Tints of Amethyst #AF6BDB

Color information

#AF6BDB (or 0xAF6BDB) is unknown color: approx Amethyst. HEX triplet: AF, 6B and DB. RGB value is (175,107,219). Sum of RGB (Red+Green+Blue) = 175+107+219=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 107 (42.19% from 255 or 21.36% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF6BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6BDB is #509424. Grayscale: #8B8B8B. Windows color (decimal): -5280805 or 14379951. OLE color: 14379951.

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

Color convert

RGB175107219-
CMYK0.200.5100.14
HSL276.43º60.87%63.92%-
HSV(B)276.43º51.14%85.88%-
XYZ35.7224.7469.91-
YUV140.1172.53152.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.93%
GREEN value IS 107 (42.19% from 255) = 21.36%
BLUE value IS 219 (85.94% from 255) = 43.71%
R=34.93%
G=21.36%
B=43.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1751072190.200.5100.14276.4360.8763.92
HexAF6BDB14330E1143d40
Octal257153333246301642475100
Binary1010111111010111101101110100110011011101000101001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6BDB; }

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

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

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

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

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

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

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

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