Html Css Color HEX #A29BED Wistful

📋 copy color: '#A29BED'

red 162 ◦ green 155 ◦ blue 237

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

Shades of Wistful #A29BED

Tints of Wistful #A29BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.78%

R = 29.24%
G = 27.98%
B = 42.78%

CMYK

 C value IS 0.32

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A29BED (or 0xA29BED) is known color: Wistful. HEX triplet: A2, 9B and ED. RGB value is (162,155,237). Sum of RGB (Red+Green+Blue) = 162+155+237=554 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.24% from 554); Green value is 155 (60.94% from 255 or 27.98% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 237 - color contains mainly: blue. Hex color #A29BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29BED is #5D6412. Grayscale: #A6A6A6. Windows color (decimal): -6120467 or 15571874. OLE color: 15571874.

HSL color Cylindrical-coordinate representation of color #A29BED: hue angle of 245.12º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A29BED is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 155 237 -
CMYK 0.32 0.35 0 0.07
HSL 245.12º 0.69% 0.77% -
HSV(B) 245.12º 0.35% 0.93% -
XYZ 41.91 37.24 85.1 -
YUV 166.44 167.82 124.83 -
System Red Green Blue C M Y K H S L
Decimal 162 155 237 0.32 0.35 0 0.07 245.12 0.69 0.77
Hex A2 9B ED 20 23 0 7 F5 45 4D
Octal 242 233 355 40 43 0 7 365 105 115
Binary 10100010 10011011 11101101 100000 100011 0 111 11110101 1000101 1001101

Color Harmonies of #A29BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29BED

Black with #A29BED

Text Example


Text Example

White with #A29BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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