Html Css Color HEX #A29BE6 Wistful

📋 copy color: '#A29BE6'

red 162 ◦ green 155 ◦ blue 230

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

Shades of Wistful #A29BE6

Tints of Wistful #A29BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.05%

R = 29.62%
G = 28.34%
B = 42.05%

CMYK

 C value IS 0.30

 M value IS 0.33

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A29BE6 (or 0xA29BE6) is known color: Wistful. HEX triplet: A2, 9B and E6. RGB value is (162,155,230). Sum of RGB (Red+Green+Blue) = 162+155+230=547 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.62% from 547); Green value is 155 (60.94% from 255 or 28.34% from 547); Blue value is 230 (90.23% from 255 or 42.05% from 547); Max value from RGB is 230 - color contains mainly: blue. Hex color #A29BE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29BE6 is #5D6419. Grayscale: #A5A5A5. Windows color (decimal): -6120474 or 15113122. OLE color: 15113122.

HSL color Cylindrical-coordinate representation of color #A29BE6: hue angle of 245.6º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A29BE6 is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 162 155 230 -
CMYK 0.30 0.33 0 0.10
HSL 245.6º 0.6% 0.75% -
HSV(B) 245.6º 0.33% 0.9% -
XYZ 40.9 36.84 79.82 -
YUV 165.64 164.32 125.4 -
System Red Green Blue C M Y K H S L
Decimal 162 155 230 0.30 0.33 0 0.10 245.6 0.6 0.75
Hex A2 9B E6 1E 21 0 A F6 3C 4B
Octal 242 233 346 36 41 0 12 366 74 113
Binary 10100010 10011011 11100110 11110 100001 0 1010 11110110 111100 1001011

Color Harmonies of #A29BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29BE6

Black with #A29BE6

Text Example


Text Example

White with #A29BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29BE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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