#A49BBC

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

Shades of Cold Purple #A49BBC

Tints of Cold Purple #A49BBC

Color information

#A49BBC (or 0xA49BBC) is unknown color: approx Cold Purple. HEX triplet: A4, 9B and BC. RGB value is (164,155,188). Sum of RGB (Red+Green+Blue) = 164+155+188=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 155 (60.94% from 255 or 30.57% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 188 - color contains mainly: blue. Hex color #A49BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49BBC is #5B6443. Grayscale: #A1A1A1. Windows color (decimal): -5989444 or 12360612. OLE color: 12360612.

HSL color Cylindrical-coordinate representation of color #A49BBC: hue angle of 256.36º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A49BBC is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB164155188-
CMYK0.130.1800.26
HSL256.36º19.76%67.25%-
HSV(B)256.36º17.55%73.73%-
XYZ36.1134.9752.42-
YUV161.45142.98129.82-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.35%
GREEN value IS 155 (60.94% from 255) = 30.57%
BLUE value IS 188 (73.83% from 255) = 37.08%
R=32.35%
G=30.57%
B=37.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641551880.130.1800.26256.3619.7667.25
HexA49BBCD1201A1001443
Octal244233274152203240024103
Binary101001001001101110111100110110010011010100000000101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49BBC; }

 p { color: rgb(164,155,188); }

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

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

 a { background-color: rgb(164,155,188); }

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

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

 span { border-color: rgb(164,155,188); }

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