Html Css Color HEX #A49BB9 Cold Purple

📋 copy color: '#A49BB9'

red 164 ◦ green 155 ◦ blue 185

#A49BB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cold Purple #A49BB9

Tints of Cold Purple #A49BB9

RGB

 RED value IS 164 (64.45% from 255) = 32.54%

 GREEN value IS 155 (60.94% from 255) = 30.75%

 BLUE value IS 185 (72.66% from 255) = 36.71%

R = 32.54%
G = 30.75%
B = 36.71%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A49BB9 (or 0xA49BB9) is known color: Cold Purple. HEX triplet: A4, 9B and B9. RGB value is (164,155,185). Sum of RGB (Red+Green+Blue) = 164+155+185=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 155 (60.94% from 255 or 30.75% from 504); Blue value is 185 (72.66% from 255 or 36.71% from 504); Max value from RGB is 185 - color contains mainly: blue. Hex color #A49BB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49BB9 is #5B6446. Grayscale: #A0A0A0. Windows color (decimal): -5989447 or 12164004. OLE color: 12164004.

HSL color Cylindrical-coordinate representation of color #A49BB9: hue angle of 258º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A49BB9 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 155 185 -
CMYK 0.11 0.16 0 0.27
HSL 258º 0.18% 0.67% -
HSV(B) 258º 0.16% 0.73% -
XYZ 35.79 34.84 50.74 -
YUV 161.11 141.48 130.06 -
System Red Green Blue C M Y K H S L
Decimal 164 155 185 0.11 0.16 0 0.27 258 0.18 0.67
Hex A4 9B B9 B 10 0 1B 102 12 43
Octal 244 233 271 13 20 0 33 402 22 103
Binary 10100100 10011011 10111001 1011 10000 0 11011 100000010 10010 1000011

Color Harmonies of #A49BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49BB9

Black with #A49BB9

Text Example


Text Example

White with #A49BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49BB9; }

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

 H1.HeaderClassName
 {
   color: #A49BB9;
 }
 .AnyTagClassName
 {
   color: #A49BB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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