Html Css Color HEX #A49BB5 Cold Purple

📋 copy color: '#A49BB5'

red 164 ◦ green 155 ◦ blue 181

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

Shades of Cold Purple #A49BB5

Tints of Cold Purple #A49BB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.2%

R = 32.8%
G = 31%
B = 36.2%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A49BB5 (or 0xA49BB5) is known color: Cold Purple. HEX triplet: A4, 9B and B5. RGB value is (164,155,181). Sum of RGB (Red+Green+Blue) = 164+155+181=500 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.8% from 500); Green value is 155 (60.94% from 255 or 31% from 500); Blue value is 181 (71.09% from 255 or 36.2% from 500); Max value from RGB is 181 - color contains mainly: blue. Hex color #A49BB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49BB5 is #5B644A. Grayscale: #A0A0A0. Windows color (decimal): -5989451 or 11901860. OLE color: 11901860.

HSL color Cylindrical-coordinate representation of color #A49BB5: hue angle of 260.77º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A49BB5 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 164 155 181 -
CMYK 0.09 0.14 0 0.29
HSL 260.77º 0.15% 0.66% -
HSV(B) 260.77º 0.14% 0.71% -
XYZ 35.37 34.67 48.54 -
YUV 160.66 139.48 130.39 -
System Red Green Blue C M Y K H S L
Decimal 164 155 181 0.09 0.14 0 0.29 260.77 0.15 0.66
Hex A4 9B B5 9 E 0 1D 105 F 42
Octal 244 233 265 11 16 0 35 405 17 102
Binary 10100100 10011011 10110101 1001 1110 0 11101 100000101 1111 1000010

Color Harmonies of #A49BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49BB5

Black with #A49BB5

Text Example


Text Example

White with #A49BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49BB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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