#B07AD9

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

Shades of Amethyst #B07AD9

Tints of Amethyst #B07AD9

Color information

#B07AD9 (or 0xB07AD9) is unknown color: approx Amethyst. HEX triplet: B0, 7A and D9. RGB value is (176,122,217). Sum of RGB (Red+Green+Blue) = 176+122+217=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 122 (48.05% from 255 or 23.69% from 515); Blue value is 217 (85.16% from 255 or 42.14% from 515); Max value from RGB is 217 - color contains mainly: blue. Hex color #B07AD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07AD9 is #4F8526. Grayscale: #949494. Windows color (decimal): -5211431 or 14252720. OLE color: 14252720.

HSL color Cylindrical-coordinate representation of color #B07AD9: hue angle of 274.11º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B07AD9 is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB176122217-
CMYK0.190.4400.15
HSL274.11º55.56%66.47%-
HSV(B)274.11º43.78%85.1%-
XYZ37.3928.1669.11-
YUV148.98166.39147.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.17%
GREEN value IS 122 (48.05% from 255) = 23.69%
BLUE value IS 217 (85.16% from 255) = 42.14%
R=34.17%
G=23.69%
B=42.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1761222170.190.4400.15274.1155.5666.47
HexB07AD9132C0F1123842
Octal260172331235401742270102
Binary1011000011110101101100110011101100011111000100101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07AD9; }

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

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

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

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

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

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

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

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