Html Css Color HEX #A49BED Wistful

📋 copy color: '#A49BED'

red 164 ◦ green 155 ◦ blue 237

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

Shades of Wistful #A49BED

Tints of Wistful #A49BED

RGB

 RED value IS 164 (64.45% from 255) = 29.5%

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

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

R = 29.5%
G = 27.88%
B = 42.63%

CMYK

 C value IS 0.31

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A49BED (or 0xA49BED) is known color: Wistful. HEX triplet: A4, 9B and ED. RGB value is (164,155,237). Sum of RGB (Red+Green+Blue) = 164+155+237=556 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.50% from 556); Green value is 155 (60.94% from 255 or 27.88% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #A49BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49BED is #5B6412. Grayscale: #A6A6A6. Windows color (decimal): -5989395 or 15571876. OLE color: 15571876.

HSL color Cylindrical-coordinate representation of color #A49BED: hue angle of 246.59º 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 #A49BED is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 155 237 -
CMYK 0.31 0.35 0 0.07
HSL 246.59º 0.69% 0.77% -
HSV(B) 246.59º 0.35% 0.93% -
XYZ 42.32 37.45 85.12 -
YUV 167.04 167.48 125.83 -
System Red Green Blue C M Y K H S L
Decimal 164 155 237 0.31 0.35 0 0.07 246.59 0.69 0.77
Hex A4 9B ED 1F 23 0 7 F7 45 4D
Octal 244 233 355 37 43 0 7 367 105 115
Binary 10100100 10011011 11101101 11111 100011 0 111 11110111 1000101 1001101

Color Harmonies of #A49BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49BED

Black with #A49BED

Text Example


Text Example

White with #A49BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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