Html Css Color HEX #A29BC5 Wistful

📋 copy color: '#A29BC5'

red 162 ◦ green 155 ◦ blue 197

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

Shades of Wistful #A29BC5

Tints of Wistful #A29BC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.33%

R = 31.52%
G = 30.16%
B = 38.33%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A29BC5 (or 0xA29BC5) is known color: Wistful. HEX triplet: A2, 9B and C5. RGB value is (162,155,197). Sum of RGB (Red+Green+Blue) = 162+155+197=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 155 (60.94% from 255 or 30.16% from 514); Blue value is 197 (77.34% from 255 or 38.33% from 514); Max value from RGB is 197 - color contains mainly: blue. Hex color #A29BC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29BC5 is #5D643A. Grayscale: #A1A1A1. Windows color (decimal): -6120507 or 12950434. OLE color: 12950434.

HSL color Cylindrical-coordinate representation of color #A29BC5: hue angle of 250º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A29BC5 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 162 155 197 -
CMYK 0.18 0.21 0 0.23
HSL 250º 0.27% 0.69% -
HSV(B) 250º 0.21% 0.77% -
XYZ 36.7 35.16 57.67 -
YUV 161.88 147.82 128.08 -
System Red Green Blue C M Y K H S L
Decimal 162 155 197 0.18 0.21 0 0.23 250 0.27 0.69
Hex A2 9B C5 12 15 0 17 FA 1B 45
Octal 242 233 305 22 25 0 27 372 33 105
Binary 10100010 10011011 11000101 10010 10101 0 10111 11111010 11011 1000101

Color Harmonies of #A29BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29BC5

Black with #A29BC5

Text Example


Text Example

White with #A29BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29BC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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