Html Css Color HEX #A29BAC Cold Purple

📋 copy color: '#A29BAC'

red 162 ◦ green 155 ◦ blue 172

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

Shades of Cold Purple #A29BAC

Tints of Cold Purple #A29BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.17%

R = 33.13%
G = 31.7%
B = 35.17%

CMYK

 C value IS 0.06

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A29BAC (or 0xA29BAC) is known color: Cold Purple. HEX triplet: A2, 9B and AC. RGB value is (162,155,172). Sum of RGB (Red+Green+Blue) = 162+155+172=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 155 (60.94% from 255 or 31.70% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 172 - color contains mainly: blue. Hex color #A29BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29BAC is #5D6453. Grayscale: #9E9E9E. Windows color (decimal): -6120532 or 11312034. OLE color: 11312034.

HSL color Cylindrical-coordinate representation of color #A29BAC: hue angle of 264.71º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A29BAC is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 155 172 -
CMYK 0.06 0.10 0 0.33
HSL 264.71º 0.09% 0.64% -
HSV(B) 264.71º 0.1% 0.67% -
XYZ 34.07 34.1 43.82 -
YUV 159.03 135.32 130.12 -
System Red Green Blue C M Y K H S L
Decimal 162 155 172 0.06 0.10 0 0.33 264.71 0.09 0.64
Hex A2 9B AC 6 A 0 21 109 9 40
Octal 242 233 254 6 12 0 41 411 11 100
Binary 10100010 10011011 10101100 110 1010 0 100001 100001001 1001 1000000

Color Harmonies of #A29BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29BAC

Black with #A29BAC

Text Example


Text Example

White with #A29BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29BAC; }

 p { color: rgb(162,155,172); }

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

background-color css

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

 a { background-color: rgb(162,155,172); }

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

border-color css

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

 span { border-color: rgb(162,155,172); }

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