Html Css Color HEX #A29AB7 Cold Purple

📋 copy color: '#A29AB7'

red 162 ◦ green 154 ◦ blue 183

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

Shades of Cold Purple #A29AB7

Tints of Cold Purple #A29AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.67%

R = 32.46%
G = 30.86%
B = 36.67%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A29AB7 (or 0xA29AB7) is known color: Cold Purple. HEX triplet: A2, 9A and B7. RGB value is (162,154,183). Sum of RGB (Red+Green+Blue) = 162+154+183=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 183 (71.88% from 255 or 36.67% from 499); Max value from RGB is 183 - color contains mainly: blue. Hex color #A29AB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29AB7 is #5D6548. Grayscale: #9F9F9F. Windows color (decimal): -6120777 or 12032674. OLE color: 12032674.

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

Color convert

RGB 162 154 183 -
CMYK 0.11 0.16 0 0.28
HSL 256.55º 0.17% 0.66% -
HSV(B) 256.55º 0.16% 0.72% -
XYZ 35 34.21 49.56 -
YUV 159.7 141.15 129.64 -
System Red Green Blue C M Y K H S L
Decimal 162 154 183 0.11 0.16 0 0.28 256.55 0.17 0.66
Hex A2 9A B7 B 10 0 1C 101 11 42
Octal 242 232 267 13 20 0 34 401 21 102
Binary 10100010 10011010 10110111 1011 10000 0 11100 100000001 10001 1000010

Color Harmonies of #A29AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29AB7

Black with #A29AB7

Text Example


Text Example

White with #A29AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29AB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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