Html Css Color HEX #A29AB6 Cold Purple

📋 copy color: '#A29AB6'

red 162 ◦ green 154 ◦ blue 182

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

Shades of Cold Purple #A29AB6

Tints of Cold Purple #A29AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.55%

R = 32.53%
G = 30.92%
B = 36.55%

CMYK

 C value IS 0.11

 M value IS 0.15

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A29AB6 (or 0xA29AB6) is known color: Cold Purple. HEX triplet: A2, 9A and B6. RGB value is (162,154,182). Sum of RGB (Red+Green+Blue) = 162+154+182=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 154 (60.55% from 255 or 30.92% from 498); Blue value is 182 (71.48% from 255 or 36.55% from 498); Max value from RGB is 182 - color contains mainly: blue. Hex color #A29AB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29AB6 is #5D6549. Grayscale: #9F9F9F. Windows color (decimal): -6120778 or 11967138. OLE color: 11967138.

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

Color convert

RGB 162 154 182 -
CMYK 0.11 0.15 0 0.29
HSL 257.14º 0.16% 0.66% -
HSV(B) 257.14º 0.15% 0.71% -
XYZ 34.9 34.17 49.01 -
YUV 159.58 140.65 129.72 -
System Red Green Blue C M Y K H S L
Decimal 162 154 182 0.11 0.15 0 0.29 257.14 0.16 0.66
Hex A2 9A B6 B F 0 1D 101 10 42
Octal 242 232 266 13 17 0 35 401 20 102
Binary 10100010 10011010 10110110 1011 1111 0 11101 100000001 10000 1000010

Color Harmonies of #A29AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29AB6

Black with #A29AB6

Text Example


Text Example

White with #A29AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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