Html Css Color HEX #A49BEC Wistful

📋 copy color: '#A49BEC'

red 164 ◦ green 155 ◦ blue 236

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

Shades of Wistful #A49BEC

Tints of Wistful #A49BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.52%

R = 29.55%
G = 27.93%
B = 42.52%

CMYK

 C value IS 0.31

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A49BEC (or 0xA49BEC) is known color: Wistful. HEX triplet: A4, 9B and EC. RGB value is (164,155,236). Sum of RGB (Red+Green+Blue) = 164+155+236=555 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.55% from 555); Green value is 155 (60.94% from 255 or 27.93% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 236 - color contains mainly: blue. Hex color #A49BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49BEC is #5B6413. Grayscale: #A6A6A6. Windows color (decimal): -5989396 or 15506340. OLE color: 15506340.

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

Color convert

RGB 164 155 236 -
CMYK 0.31 0.34 0 0.07
HSL 246.67º 0.68% 0.77% -
HSV(B) 246.67º 0.34% 0.93% -
XYZ 42.17 37.39 84.35 -
YUV 166.93 166.98 125.91 -
System Red Green Blue C M Y K H S L
Decimal 164 155 236 0.31 0.34 0 0.07 246.67 0.68 0.77
Hex A4 9B EC 1F 22 0 7 F7 44 4D
Octal 244 233 354 37 42 0 7 367 104 115
Binary 10100100 10011011 11101100 11111 100010 0 111 11110111 1000100 1001101

Color Harmonies of #A49BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49BEC

Black with #A49BEC

Text Example


Text Example

White with #A49BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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