Html Css Color HEX #A496EC Wistful

📋 copy color: '#A496EC'

red 164 ◦ green 150 ◦ blue 236

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

Shades of Wistful #A496EC

Tints of Wistful #A496EC

RGB

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

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

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

R = 29.82%
G = 27.27%
B = 42.91%

CMYK

 C value IS 0.31

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A496EC (or 0xA496EC) is known color: Wistful. HEX triplet: A4, 96 and EC. RGB value is (164,150,236). Sum of RGB (Red+Green+Blue) = 164+150+236=550 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.82% from 550); Green value is 150 (58.98% from 255 or 27.27% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #A496EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A496EC is #5B6913. Grayscale: #A3A3A3. Windows color (decimal): -5990676 or 15505060. OLE color: 15505060.

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

Color convert

RGB 164 150 236 -
CMYK 0.31 0.36 0 0.07
HSL 249.77º 0.69% 0.76% -
HSV(B) 249.77º 0.36% 0.93% -
XYZ 41.36 35.76 84.08 -
YUV 163.99 168.64 128.01 -
System Red Green Blue C M Y K H S L
Decimal 164 150 236 0.31 0.36 0 0.07 249.77 0.69 0.76
Hex A4 96 EC 1F 24 0 7 FA 45 4C
Octal 244 226 354 37 44 0 7 372 105 114
Binary 10100100 10010110 11101100 11111 100100 0 111 11111010 1000101 1001100

Color Harmonies of #A496EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A496EC

Black with #A496EC

Text Example


Text Example

White with #A496EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A496EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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