Html Css Color HEX #A29BDF Wistful

📋 copy color: '#A29BDF'

red 162 ◦ green 155 ◦ blue 223

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

Shades of Wistful #A29BDF

Tints of Wistful #A29BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.3%

R = 30%
G = 28.7%
B = 41.3%

CMYK

 C value IS 0.27

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A29BDF (or 0xA29BDF) is known color: Wistful. HEX triplet: A2, 9B and DF. RGB value is (162,155,223). Sum of RGB (Red+Green+Blue) = 162+155+223=540 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30% from 540); Green value is 155 (60.94% from 255 or 28.70% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #A29BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29BDF is #5D6420. Grayscale: #A4A4A4. Windows color (decimal): -6120481 or 14654370. OLE color: 14654370.

HSL color Cylindrical-coordinate representation of color #A29BDF: hue angle of 246.18º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A29BDF is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 155 223 -
CMYK 0.27 0.30 0 0.13
HSL 246.18º 0.52% 0.74% -
HSV(B) 246.18º 0.3% 0.87% -
XYZ 39.94 36.45 74.74 -
YUV 164.85 160.82 125.97 -
System Red Green Blue C M Y K H S L
Decimal 162 155 223 0.27 0.30 0 0.13 246.18 0.52 0.74
Hex A2 9B DF 1B 1E 0 D F6 34 4A
Octal 242 233 337 33 36 0 15 366 64 112
Binary 10100010 10011011 11011111 11011 11110 0 1101 11110110 110100 1001010

Color Harmonies of #A29BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29BDF

Black with #A29BDF

Text Example


Text Example

White with #A29BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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