Html Css Color HEX #A29BE0 Wistful

📋 copy color: '#A29BE0'

red 162 ◦ green 155 ◦ blue 224

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

Shades of Wistful #A29BE0

Tints of Wistful #A29BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.4%

R = 29.94%
G = 28.65%
B = 41.4%

CMYK

 C value IS 0.28

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A29BE0 (or 0xA29BE0) is known color: Wistful. HEX triplet: A2, 9B and E0. RGB value is (162,155,224). Sum of RGB (Red+Green+Blue) = 162+155+224=541 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.94% from 541); Green value is 155 (60.94% from 255 or 28.65% from 541); Blue value is 224 (87.89% from 255 or 41.40% from 541); Max value from RGB is 224 - color contains mainly: blue. Hex color #A29BE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29BE0 is #5D641F. Grayscale: #A4A4A4. Windows color (decimal): -6120480 or 14719906. OLE color: 14719906.

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

Color convert

RGB 162 155 224 -
CMYK 0.28 0.31 0 0.12
HSL 246.09º 0.53% 0.74% -
HSV(B) 246.09º 0.31% 0.88% -
XYZ 40.08 36.51 75.46 -
YUV 164.96 161.32 125.89 -
System Red Green Blue C M Y K H S L
Decimal 162 155 224 0.28 0.31 0 0.12 246.09 0.53 0.74
Hex A2 9B E0 1C 1F 0 C F6 35 4A
Octal 242 233 340 34 37 0 14 366 65 112
Binary 10100010 10011011 11100000 11100 11111 0 1100 11110110 110101 1001010

Color Harmonies of #A29BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29BE0

Black with #A29BE0

Text Example


Text Example

White with #A29BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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