#A06FBB

Color #A06FBB Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #A06FBB

Tints of Purple Mountain's Majesty #A06FBB

Color information

#A06FBB (or 0xA06FBB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 6F and BB. RGB value is (160,111,187). Sum of RGB (Red+Green+Blue) = 160+111+187=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 111 (43.75% from 255 or 24.24% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 187 - color contains mainly: blue. Hex color #A06FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06FBB is #5F9044. Grayscale: #868686. Windows color (decimal): -6262853 or 12283808. OLE color: 12283808.

HSL color Cylindrical-coordinate representation of color #A06FBB: hue angle of 278.68º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A06FBB is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB160111187-
CMYK0.140.4100.27
HSL278.68º35.85%58.43%-
HSV(B)278.68º40.64%73.33%-
XYZ29.1522.4349.81-
YUV134.32157.73146.32-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.93%
GREEN value IS 111 (43.75% from 255) = 24.24%
BLUE value IS 187 (73.44% from 255) = 40.83%
R=34.93%
G=24.24%
B=40.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601111870.140.4100.27278.6835.8558.43
HexA06FBBE2901B117243a
Octal24015727316510334274472
Binary101000001101111101110111110101001011011100010111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06FBB; }

 p { color: rgb(160,111,187); }

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

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

 a { background-color: rgb(160,111,187); }

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

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

 span { border-color: rgb(160,111,187); }

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