Html Css Color HEX #A496F0 Wistful

📋 copy color: '#A496F0'

red 164 ◦ green 150 ◦ blue 240

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

Shades of Wistful #A496F0

Tints of Wistful #A496F0

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.08%

 BLUE value IS 240 (94.14% from 255) = 43.32%

R = 29.6%
G = 27.08%
B = 43.32%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A496F0 (or 0xA496F0) is known color: Wistful. HEX triplet: A4, 96 and F0. RGB value is (164,150,240). Sum of RGB (Red+Green+Blue) = 164+150+240=554 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.60% from 554); Green value is 150 (58.98% from 255 or 27.08% from 554); Blue value is 240 (94.14% from 255 or 43.32% from 554); Max value from RGB is 240 - color contains mainly: blue. Hex color #A496F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A496F0 is #5B690F. Grayscale: #A4A4A4. Windows color (decimal): -5990672 or 15767204. OLE color: 15767204.

HSL color Cylindrical-coordinate representation of color #A496F0: hue angle of 249.33º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A496F0 is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 164 150 240 -
CMYK 0.32 0.37 0 0.06
HSL 249.33º 0.75% 0.76% -
HSV(B) 249.33º 0.38% 0.94% -
XYZ 41.94 36 87.18 -
YUV 164.45 170.64 127.68 -
System Red Green Blue C M Y K H S L
Decimal 164 150 240 0.32 0.37 0 0.06 249.33 0.75 0.76
Hex A4 96 F0 20 25 0 6 F9 4B 4C
Octal 244 226 360 40 45 0 6 371 113 114
Binary 10100100 10010110 11110000 100000 100101 0 110 11111001 1001011 1001100

Color Harmonies of #A496F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A496F0

Black with #A496F0

Text Example


Text Example

White with #A496F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A496F0; }

 p { color: rgb(164,150,240); }

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

background-color css

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

 a { background-color: rgb(164,150,240); }

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

border-color css

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

 span { border-color: rgb(164,150,240); }

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