Html Css Color HEX #A29BC3 Wistful

📋 copy color: '#A29BC3'

red 162 ◦ green 155 ◦ blue 195

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

Shades of Wistful #A29BC3

Tints of Wistful #A29BC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.09%

R = 31.64%
G = 30.27%
B = 38.09%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A29BC3 (or 0xA29BC3) is known color: Wistful. HEX triplet: A2, 9B and C3. RGB value is (162,155,195). Sum of RGB (Red+Green+Blue) = 162+155+195=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 155 (60.94% from 255 or 30.27% from 512); Blue value is 195 (76.56% from 255 or 38.09% from 512); Max value from RGB is 195 - color contains mainly: blue. Hex color #A29BC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29BC3 is #5D643C. Grayscale: #A1A1A1. Windows color (decimal): -6120509 or 12819362. OLE color: 12819362.

HSL color Cylindrical-coordinate representation of color #A29BC3: hue angle of 250.5º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A29BC3 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 155 195 -
CMYK 0.17 0.21 0 0.24
HSL 250.5º 0.25% 0.69% -
HSV(B) 250.5º 0.21% 0.76% -
XYZ 36.47 35.06 56.48 -
YUV 161.65 146.82 128.25 -
System Red Green Blue C M Y K H S L
Decimal 162 155 195 0.17 0.21 0 0.24 250.5 0.25 0.69
Hex A2 9B C3 11 15 0 18 FB 19 45
Octal 242 233 303 21 25 0 30 373 31 105
Binary 10100010 10011011 11000011 10001 10101 0 11000 11111011 11001 1000101

Color Harmonies of #A29BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29BC3

Black with #A29BC3

Text Example


Text Example

White with #A29BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29BC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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