Html Css Color HEX #A29CBF Wistful

📋 copy color: '#A29CBF'

red 162 ◦ green 156 ◦ blue 191

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

Shades of Wistful #A29CBF

Tints of Wistful #A29CBF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.65%

 BLUE value IS 191 (75% from 255) = 37.52%

R = 31.83%
G = 30.65%
B = 37.52%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A29CBF (or 0xA29CBF) is known color: Wistful. HEX triplet: A2, 9C and BF. RGB value is (162,156,191). Sum of RGB (Red+Green+Blue) = 162+156+191=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 191 - color contains mainly: blue. Hex color #A29CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29CBF is #5D6340. Grayscale: #A1A1A1. Windows color (decimal): -6120257 or 12557474. OLE color: 12557474.

HSL color Cylindrical-coordinate representation of color #A29CBF: hue angle of 250.29º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A29CBF is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 156 191 -
CMYK 0.15 0.18 0 0.25
HSL 250.29º 0.21% 0.68% -
HSV(B) 250.29º 0.18% 0.75% -
XYZ 36.19 35.22 54.18 -
YUV 161.78 144.49 128.15 -
System Red Green Blue C M Y K H S L
Decimal 162 156 191 0.15 0.18 0 0.25 250.29 0.21 0.68
Hex A2 9C BF F 12 0 19 FA 15 44
Octal 242 234 277 17 22 0 31 372 25 104
Binary 10100010 10011100 10111111 1111 10010 0 11001 11111010 10101 1000100

Color Harmonies of #A29CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29CBF

Black with #A29CBF

Text Example


Text Example

White with #A29CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29CBF; }

 p { color: rgb(162,156,191); }

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

background-color css

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

 a { background-color: rgb(162,156,191); }

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

border-color css

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

 span { border-color: rgb(162,156,191); }

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