Html Css Color HEX #A29FCB Wistful

📋 copy color: '#A29FCB'

red 162 ◦ green 159 ◦ blue 203

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

Shades of Wistful #A29FCB

Tints of Wistful #A29FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.74%

R = 30.92%
G = 30.34%
B = 38.74%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A29FCB (or 0xA29FCB) is known color: Wistful. HEX triplet: A2, 9F and CB. RGB value is (162,159,203). Sum of RGB (Red+Green+Blue) = 162+159+203=524 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.92% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 203 - color contains mainly: blue. Hex color #A29FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29FCB is #5D6034. Grayscale: #A4A4A4. Windows color (decimal): -6119477 or 13344674. OLE color: 13344674.

HSL color Cylindrical-coordinate representation of color #A29FCB: hue angle of 244.09º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A29FCB is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 159 203 -
CMYK 0.20 0.22 0 0.20
HSL 244.09º 0.3% 0.71% -
HSV(B) 244.09º 0.22% 0.8% -
XYZ 38.08 36.79 61.59 -
YUV 164.91 149.49 125.92 -
System Red Green Blue C M Y K H S L
Decimal 162 159 203 0.20 0.22 0 0.20 244.09 0.3 0.71
Hex A2 9F CB 14 16 0 14 F4 1E 47
Octal 242 237 313 24 26 0 24 364 36 107
Binary 10100010 10011111 11001011 10100 10110 0 10100 11110100 11110 1000111

Color Harmonies of #A29FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29FCB

Black with #A29FCB

Text Example


Text Example

White with #A29FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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