Html Css Color HEX #A499C8 Wistful

📋 copy color: '#A499C8'

red 164 ◦ green 153 ◦ blue 200

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

Shades of Wistful #A499C8

Tints of Wistful #A499C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.68%

R = 31.72%
G = 29.59%
B = 38.68%

CMYK

 C value IS 0.18

 M value IS 0.24

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A499C8 (or 0xA499C8) is known color: Wistful. HEX triplet: A4, 99 and C8. RGB value is (164,153,200). Sum of RGB (Red+Green+Blue) = 164+153+200=517 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.72% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 200 (78.52% from 255 or 38.68% from 517); Max value from RGB is 200 - color contains mainly: blue. Hex color #A499C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A499C8 is #5B6637. Grayscale: #A1A1A1. Windows color (decimal): -5989944 or 13146532. OLE color: 13146532.

HSL color Cylindrical-coordinate representation of color #A499C8: hue angle of 254.04º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A499C8 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 164 153 200 -
CMYK 0.18 0.24 0 0.22
HSL 254.04º 0.3% 0.69% -
HSV(B) 254.04º 0.24% 0.78% -
XYZ 37.13 34.85 59.41 -
YUV 161.65 149.64 129.68 -
System Red Green Blue C M Y K H S L
Decimal 164 153 200 0.18 0.24 0 0.22 254.04 0.3 0.69
Hex A4 99 C8 12 18 0 16 FE 1E 45
Octal 244 231 310 22 30 0 26 376 36 105
Binary 10100100 10011001 11001000 10010 11000 0 10110 11111110 11110 1000101

Color Harmonies of #A499C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A499C8

Black with #A499C8

Text Example


Text Example

White with #A499C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A499C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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