#B07ADB

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

Shades of Amethyst #B07ADB

Tints of Amethyst #B07ADB

Color information

#B07ADB (or 0xB07ADB) is unknown color: approx Amethyst. HEX triplet: B0, 7A and DB. RGB value is (176,122,219). Sum of RGB (Red+Green+Blue) = 176+122+219=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 122 (48.05% from 255 or 23.60% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #B07ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07ADB is #4F8524. Grayscale: #949494. Windows color (decimal): -5211429 or 14383792. OLE color: 14383792.

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

Color convert

RGB176122219-
CMYK0.200.4400.14
HSL273.4º57.4%66.86%-
HSV(B)273.4º44.29%85.88%-
XYZ37.6528.2670.49-
YUV149.2167.39147.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.04%
GREEN value IS 122 (48.05% from 255) = 23.60%
BLUE value IS 219 (85.94% from 255) = 42.36%
R=34.04%
G=23.60%
B=42.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1761222190.200.4400.14273.457.466.86
HexB07ADB142C0E1113943
Octal260172333245401642171103
Binary1011000011110101101101110100101100011101000100011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07ADB; }

 p { color: rgb(176,122,219); }

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

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

 a { background-color: rgb(176,122,219); }

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

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

 span { border-color: rgb(176,122,219); }

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