Html Css Color HEX #A29AB0 Cold Purple

📋 copy color: '#A29AB0'

red 162 ◦ green 154 ◦ blue 176

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

Shades of Cold Purple #A29AB0

Tints of Cold Purple #A29AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.77%

R = 32.93%
G = 31.3%
B = 35.77%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A29AB0 (or 0xA29AB0) is known color: Cold Purple. HEX triplet: A2, 9A and B0. RGB value is (162,154,176). Sum of RGB (Red+Green+Blue) = 162+154+176=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 154 (60.55% from 255 or 31.30% from 492); Blue value is 176 (69.14% from 255 or 35.77% from 492); Max value from RGB is 176 - color contains mainly: blue. Hex color #A29AB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29AB0 is #5D654F. Grayscale: #9E9E9E. Windows color (decimal): -6120784 or 11573922. OLE color: 11573922.

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

Color convert

RGB 162 154 176 -
CMYK 0.08 0.12 0 0.31
HSL 261.82º 0.12% 0.65% -
HSV(B) 261.82º 0.13% 0.69% -
XYZ 34.29 33.93 45.82 -
YUV 158.9 137.65 130.21 -
System Red Green Blue C M Y K H S L
Decimal 162 154 176 0.08 0.12 0 0.31 261.82 0.12 0.65
Hex A2 9A B0 8 C 0 1F 106 C 41
Octal 242 232 260 10 14 0 37 406 14 101
Binary 10100010 10011010 10110000 1000 1100 0 11111 100000110 1100 1000001

Color Harmonies of #A29AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29AB0

Black with #A29AB0

Text Example


Text Example

White with #A29AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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