Html Css Color HEX #A49CB3 Cold Purple

📋 copy color: '#A49CB3'

red 164 ◦ green 156 ◦ blue 179

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

Shades of Cold Purple #A49CB3

Tints of Cold Purple #A49CB3

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.26%

 BLUE value IS 179 (70.31% from 255) = 35.87%

R = 32.87%
G = 31.26%
B = 35.87%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A49CB3 (or 0xA49CB3) is known color: Cold Purple. HEX triplet: A4, 9C and B3. RGB value is (164,156,179). Sum of RGB (Red+Green+Blue) = 164+156+179=499 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.87% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 179 (70.31% from 255 or 35.87% from 499); Max value from RGB is 179 - color contains mainly: blue. Hex color #A49CB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49CB3 is #5B634C. Grayscale: #A0A0A0. Windows color (decimal): -5989197 or 11771044. OLE color: 11771044.

HSL color Cylindrical-coordinate representation of color #A49CB3: hue angle of 260.87º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A49CB3 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 164 156 179 -
CMYK 0.08 0.13 0 0.30
HSL 260.87º 0.13% 0.66% -
HSV(B) 260.87º 0.13% 0.7% -
XYZ 35.34 34.92 47.53 -
YUV 161.01 138.15 130.13 -
System Red Green Blue C M Y K H S L
Decimal 164 156 179 0.08 0.13 0 0.30 260.87 0.13 0.66
Hex A4 9C B3 8 D 0 1E 105 D 42
Octal 244 234 263 10 15 0 36 405 15 102
Binary 10100100 10011100 10110011 1000 1101 0 11110 100000101 1101 1000010

Color Harmonies of #A49CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49CB3

Black with #A49CB3

Text Example


Text Example

White with #A49CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49CB3; }

 p { color: rgb(164,156,179); }

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

background-color css

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

 a { background-color: rgb(164,156,179); }

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

border-color css

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

 span { border-color: rgb(164,156,179); }

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