#A08BBF

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

Shades of Cold Purple #A08BBF

Tints of Cold Purple #A08BBF

Color information

#A08BBF (or 0xA08BBF) is unknown color: approx Cold Purple. HEX triplet: A0, 8B and BF. RGB value is (160,139,191). Sum of RGB (Red+Green+Blue) = 160+139+191=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 139 (54.69% from 255 or 28.37% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 191 - color contains mainly: blue. Hex color #A08BBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08BBF is #5F7440. Grayscale: #979797. Windows color (decimal): -6255681 or 12553120. OLE color: 12553120.

HSL color Cylindrical-coordinate representation of color #A08BBF: hue angle of 264.23º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A08BBF is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB160139191-
CMYK0.160.2700.25
HSL264.23º28.89%64.71%-
HSV(B)264.23º27.23%74.9%-
XYZ33.1329.753.28-
YUV151.21150.46134.27-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.65%
GREEN value IS 139 (54.69% from 255) = 28.37%
BLUE value IS 191 (75% from 255) = 38.98%
R=32.65%
G=28.37%
B=38.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601391910.160.2700.25264.2328.8964.71
HexA08BBF101B0191081d41
Octal240213277203303141035101
Binary1010000010001011101111111000011011011001100001000111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08BBF; }

 p { color: rgb(160,139,191); }

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

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

 a { background-color: rgb(160,139,191); }

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

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

 span { border-color: rgb(160,139,191); }

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