Html Css Color HEX #A29BC9 Wistful

📋 copy color: '#A29BC9'

red 162 ◦ green 155 ◦ blue 201

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

Shades of Wistful #A29BC9

Tints of Wistful #A29BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.8%

R = 31.27%
G = 29.92%
B = 38.8%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A29BC9 (or 0xA29BC9) is known color: Wistful. HEX triplet: A2, 9B and C9. RGB value is (162,155,201). Sum of RGB (Red+Green+Blue) = 162+155+201=518 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.27% from 518); Green value is 155 (60.94% from 255 or 29.92% from 518); Blue value is 201 (78.91% from 255 or 38.80% from 518); Max value from RGB is 201 - color contains mainly: blue. Hex color #A29BC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29BC9 is #5D6436. Grayscale: #A2A2A2. Windows color (decimal): -6120503 or 13212578. OLE color: 13212578.

HSL color Cylindrical-coordinate representation of color #A29BC9: hue angle of 249.13º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A29BC9 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 162 155 201 -
CMYK 0.19 0.23 0 0.21
HSL 249.13º 0.3% 0.7% -
HSV(B) 249.13º 0.23% 0.79% -
XYZ 37.16 35.34 60.12 -
YUV 162.34 149.82 127.76 -
System Red Green Blue C M Y K H S L
Decimal 162 155 201 0.19 0.23 0 0.21 249.13 0.3 0.7
Hex A2 9B C9 13 17 0 15 F9 1E 46
Octal 242 233 311 23 27 0 25 371 36 106
Binary 10100010 10011011 11001001 10011 10111 0 10101 11111001 11110 1000110

Color Harmonies of #A29BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29BC9

Black with #A29BC9

Text Example


Text Example

White with #A29BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29BC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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