#A08BBC

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

Shades of Cold Purple #A08BBC

Tints of Cold Purple #A08BBC

Color information

#A08BBC (or 0xA08BBC) is unknown color: approx Cold Purple. HEX triplet: A0, 8B and BC. RGB value is (160,139,188). Sum of RGB (Red+Green+Blue) = 160+139+188=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 188 - color contains mainly: blue. Hex color #A08BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08BBC is #5F7443. Grayscale: #969696. Windows color (decimal): -6255684 or 12356512. OLE color: 12356512.

HSL color Cylindrical-coordinate representation of color #A08BBC: hue angle of 265.71º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A08BBC is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB160139188-
CMYK0.150.2600.26
HSL265.71º26.78%64.12%-
HSV(B)265.71º26.06%73.73%-
XYZ32.8129.5751.56-
YUV150.86148.96134.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.85%
GREEN value IS 139 (54.69% from 255) = 28.54%
BLUE value IS 188 (73.83% from 255) = 38.60%
R=32.85%
G=28.54%
B=38.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601391880.150.2600.26265.7126.7864.12
HexA08BBCF1A01A10a1b40
Octal240213274173203241233100
Binary101000001000101110111100111111010011010100001010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08BBC; }

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

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

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

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

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

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

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

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