Html Css Color HEX #A29AE1 Wistful

📋 copy color: '#A29AE1'

red 162 ◦ green 154 ◦ blue 225

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

Shades of Wistful #A29AE1

Tints of Wistful #A29AE1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.47%

 BLUE value IS 225 (88.28% from 255) = 41.59%

R = 29.94%
G = 28.47%
B = 41.59%

CMYK

 C value IS 0.28

 M value IS 0.32

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A29AE1 (or 0xA29AE1) is known color: Wistful. HEX triplet: A2, 9A and E1. RGB value is (162,154,225). Sum of RGB (Red+Green+Blue) = 162+154+225=541 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.94% from 541); Green value is 154 (60.55% from 255 or 28.47% from 541); Blue value is 225 (88.28% from 255 or 41.59% from 541); Max value from RGB is 225 - color contains mainly: blue. Hex color #A29AE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29AE1 is #5D651E. Grayscale: #A4A4A4. Windows color (decimal): -6120735 or 14785186. OLE color: 14785186.

HSL color Cylindrical-coordinate representation of color #A29AE1: hue angle of 246.76º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A29AE1 is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 162 154 225 -
CMYK 0.28 0.32 0 0.12
HSL 246.76º 0.54% 0.74% -
HSV(B) 246.76º 0.32% 0.88% -
XYZ 40.05 36.23 76.12 -
YUV 164.49 162.15 126.23 -
System Red Green Blue C M Y K H S L
Decimal 162 154 225 0.28 0.32 0 0.12 246.76 0.54 0.74
Hex A2 9A E1 1C 20 0 C F7 36 4A
Octal 242 232 341 34 40 0 14 367 66 112
Binary 10100010 10011010 11100001 11100 100000 0 1100 11110111 110110 1001010

Color Harmonies of #A29AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29AE1

Black with #A29AE1

Text Example


Text Example

White with #A29AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29AE1; }

 p { color: rgb(162,154,225); }

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

background-color css

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

 a { background-color: rgb(162,154,225); }

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

border-color css

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

 span { border-color: rgb(162,154,225); }

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