Html Css Color HEX #A49BE6 Wistful

📋 copy color: '#A49BE6'

red 164 ◦ green 155 ◦ blue 230

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

Shades of Wistful #A49BE6

Tints of Wistful #A49BE6

RGB

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

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

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

R = 29.87%
G = 28.23%
B = 41.89%

CMYK

 C value IS 0.29

 M value IS 0.33

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A49BE6 (or 0xA49BE6) is known color: Wistful. HEX triplet: A4, 9B and E6. RGB value is (164,155,230). Sum of RGB (Red+Green+Blue) = 164+155+230=549 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.87% from 549); Green value is 155 (60.94% from 255 or 28.23% from 549); Blue value is 230 (90.23% from 255 or 41.89% from 549); Max value from RGB is 230 - color contains mainly: blue. Hex color #A49BE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49BE6 is #5B6419. Grayscale: #A5A5A5. Windows color (decimal): -5989402 or 15113124. OLE color: 15113124.

HSL color Cylindrical-coordinate representation of color #A49BE6: hue angle of 247.2º 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 #A49BE6 is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 164 155 230 -
CMYK 0.29 0.33 0 0.10
HSL 247.2º 0.6% 0.75% -
HSV(B) 247.2º 0.33% 0.9% -
XYZ 41.31 37.05 79.84 -
YUV 166.24 163.98 126.4 -
System Red Green Blue C M Y K H S L
Decimal 164 155 230 0.29 0.33 0 0.10 247.2 0.6 0.75
Hex A4 9B E6 1D 21 0 A F7 3C 4B
Octal 244 233 346 35 41 0 12 367 74 113
Binary 10100100 10011011 11100110 11101 100001 0 1010 11110111 111100 1001011

Color Harmonies of #A49BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49BE6

Black with #A49BE6

Text Example


Text Example

White with #A49BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49BE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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