Html Css Color HEX #A29BDE Wistful

📋 copy color: '#A29BDE'

red 162 ◦ green 155 ◦ blue 222

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

Shades of Wistful #A29BDE

Tints of Wistful #A29BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.19%

R = 30.06%
G = 28.76%
B = 41.19%

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

#A29BDE (or 0xA29BDE) is known color: Wistful. HEX triplet: A2, 9B and DE. RGB value is (162,155,222). Sum of RGB (Red+Green+Blue) = 162+155+222=539 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.06% from 539); Green value is 155 (60.94% from 255 or 28.76% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 222 - color contains mainly: blue. Hex color #A29BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29BDE is #5D6421. Grayscale: #A4A4A4. Windows color (decimal): -6120482 or 14588834. OLE color: 14588834.

HSL color Cylindrical-coordinate representation of color #A29BDE: hue angle of 246.27º degrees, saturation: 0.5, 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 #A29BDE is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 155 222 -
CMYK 0.27 0.30 0 0.13
HSL 246.27º 0.5% 0.74% -
HSV(B) 246.27º 0.3% 0.87% -
XYZ 39.81 36.4 74.03 -
YUV 164.73 160.32 126.05 -
System Red Green Blue C M Y K H S L
Decimal 162 155 222 0.27 0.30 0 0.13 246.27 0.5 0.74
Hex A2 9B DE 1B 1E 0 D F6 32 4A
Octal 242 233 336 33 36 0 15 366 62 112
Binary 10100010 10011011 11011110 11011 11110 0 1101 11110110 110010 1001010

Color Harmonies of #A29BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29BDE

Black with #A29BDE

Text Example


Text Example

White with #A29BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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