Html Css Color HEX #A29AB1 Cold Purple

📋 copy color: '#A29AB1'

red 162 ◦ green 154 ◦ blue 177

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

Shades of Cold Purple #A29AB1

Tints of Cold Purple #A29AB1

RGB

 RED value IS 162 (63.67% from 255) = 32.86%

 GREEN value IS 154 (60.55% from 255) = 31.24%

 BLUE value IS 177 (69.53% from 255) = 35.9%

R = 32.86%
G = 31.24%
B = 35.9%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A29AB1 (or 0xA29AB1) is known color: Cold Purple. HEX triplet: A2, 9A and B1. RGB value is (162,154,177). Sum of RGB (Red+Green+Blue) = 162+154+177=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 177 (69.53% from 255 or 35.90% from 493); Max value from RGB is 177 - color contains mainly: blue. Hex color #A29AB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29AB1 is #5D654E. Grayscale: #9E9E9E. Windows color (decimal): -6120783 or 11639458. OLE color: 11639458.

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

Color convert

RGB 162 154 177 -
CMYK 0.08 0.13 0 0.31
HSL 260.87º 0.13% 0.65% -
HSV(B) 260.87º 0.13% 0.69% -
XYZ 34.39 33.97 46.34 -
YUV 159.01 138.15 130.13 -
System Red Green Blue C M Y K H S L
Decimal 162 154 177 0.08 0.13 0 0.31 260.87 0.13 0.65
Hex A2 9A B1 8 D 0 1F 105 D 41
Octal 242 232 261 10 15 0 37 405 15 101
Binary 10100010 10011010 10110001 1000 1101 0 11111 100000101 1101 1000001

Color Harmonies of #A29AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29AB1

Black with #A29AB1

Text Example


Text Example

White with #A29AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29AB1; }

 p { color: rgb(162,154,177); }

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

background-color css

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

 a { background-color: rgb(162,154,177); }

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

border-color css

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

 span { border-color: rgb(162,154,177); }

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