Html Css Color HEX #A49BBA Cold Purple

📋 copy color: '#A49BBA'

red 164 ◦ green 155 ◦ blue 186

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

Shades of Cold Purple #A49BBA

Tints of Cold Purple #A49BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.83%

R = 32.48%
G = 30.69%
B = 36.83%

CMYK

 C value IS 0.12

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A49BBA (or 0xA49BBA) is known color: Cold Purple. HEX triplet: A4, 9B and BA. RGB value is (164,155,186). Sum of RGB (Red+Green+Blue) = 164+155+186=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 186 - color contains mainly: blue. Hex color #A49BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49BBA is #5B6445. Grayscale: #A1A1A1. Windows color (decimal): -5989446 or 12229540. OLE color: 12229540.

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

Color convert

RGB 164 155 186 -
CMYK 0.12 0.17 0 0.27
HSL 257.42º 0.18% 0.67% -
HSV(B) 257.42º 0.17% 0.73% -
XYZ 35.89 34.88 51.3 -
YUV 161.23 141.98 129.98 -
System Red Green Blue C M Y K H S L
Decimal 164 155 186 0.12 0.17 0 0.27 257.42 0.18 0.67
Hex A4 9B BA C 11 0 1B 101 12 43
Octal 244 233 272 14 21 0 33 401 22 103
Binary 10100100 10011011 10111010 1100 10001 0 11011 100000001 10010 1000011

Color Harmonies of #A49BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49BBA

Black with #A49BBA

Text Example


Text Example

White with #A49BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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