Html Css Color HEX #A29FCE Wistful

📋 copy color: '#A29FCE'

red 162 ◦ green 159 ◦ blue 206

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

Shades of Wistful #A29FCE

Tints of Wistful #A29FCE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.17%

 BLUE value IS 206 (80.86% from 255) = 39.09%

R = 30.74%
G = 30.17%
B = 39.09%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A29FCE (or 0xA29FCE) is known color: Wistful. HEX triplet: A2, 9F and CE. RGB value is (162,159,206). Sum of RGB (Red+Green+Blue) = 162+159+206=527 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.74% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 206 - color contains mainly: blue. Hex color #A29FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29FCE is #5D6031. Grayscale: #A5A5A5. Windows color (decimal): -6119474 or 13541282. OLE color: 13541282.

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

Color convert

RGB 162 159 206 -
CMYK 0.21 0.23 0 0.19
HSL 243.83º 0.32% 0.72% -
HSV(B) 243.83º 0.23% 0.81% -
XYZ 38.44 36.93 63.5 -
YUV 165.26 150.99 125.68 -
System Red Green Blue C M Y K H S L
Decimal 162 159 206 0.21 0.23 0 0.19 243.83 0.32 0.72
Hex A2 9F CE 15 17 0 13 F4 20 48
Octal 242 237 316 25 27 0 23 364 40 110
Binary 10100010 10011111 11001110 10101 10111 0 10011 11110100 100000 1001000

Color Harmonies of #A29FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29FCE

Black with #A29FCE

Text Example


Text Example

White with #A29FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29FCE; }

 p { color: rgb(162,159,206); }

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

background-color css

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

 a { background-color: rgb(162,159,206); }

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

border-color css

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

 span { border-color: rgb(162,159,206); }

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