Html Css Color HEX #A499EC Wistful

📋 copy color: '#A499EC'

red 164 ◦ green 153 ◦ blue 236

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

Shades of Wistful #A499EC

Tints of Wistful #A499EC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.67%

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

R = 29.66%
G = 27.67%
B = 42.68%

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

#A499EC (or 0xA499EC) is known color: Wistful. HEX triplet: A4, 99 and EC. RGB value is (164,153,236). Sum of RGB (Red+Green+Blue) = 164+153+236=553 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.66% from 553); Green value is 153 (60.16% from 255 or 27.67% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #A499EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A499EC is #5B6613. Grayscale: #A5A5A5. Windows color (decimal): -5989908 or 15505828. OLE color: 15505828.

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

Color convert

RGB 164 153 236 -
CMYK 0.31 0.35 0 0.07
HSL 247.95º 0.69% 0.76% -
HSV(B) 247.95º 0.35% 0.93% -
XYZ 41.84 36.73 84.24 -
YUV 165.75 167.64 126.75 -
System Red Green Blue C M Y K H S L
Decimal 164 153 236 0.31 0.35 0 0.07 247.95 0.69 0.76
Hex A4 99 EC 1F 23 0 7 F8 45 4C
Octal 244 231 354 37 43 0 7 370 105 114
Binary 10100100 10011001 11101100 11111 100011 0 111 11111000 1000101 1001100

Color Harmonies of #A499EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A499EC

Black with #A499EC

Text Example


Text Example

White with #A499EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A499EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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