Html Css Color HEX #A499DA Wistful

📋 copy color: '#A499DA'

red 164 ◦ green 153 ◦ blue 218

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

Shades of Wistful #A499DA

Tints of Wistful #A499DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.75%

R = 30.65%
G = 28.6%
B = 40.75%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A499DA (or 0xA499DA) is known color: Wistful. HEX triplet: A4, 99 and DA. RGB value is (164,153,218). Sum of RGB (Red+Green+Blue) = 164+153+218=535 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.65% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #A499DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A499DA is #5B6625. Grayscale: #A3A3A3. Windows color (decimal): -5989926 or 14326180. OLE color: 14326180.

HSL color Cylindrical-coordinate representation of color #A499DA: hue angle of 250.15º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A499DA is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 153 218 -
CMYK 0.25 0.30 0 0.15
HSL 250.15º 0.47% 0.73% -
HSV(B) 250.15º 0.3% 0.85% -
XYZ 39.36 35.74 71.15 -
YUV 163.7 158.64 128.21 -
System Red Green Blue C M Y K H S L
Decimal 164 153 218 0.25 0.30 0 0.15 250.15 0.47 0.73
Hex A4 99 DA 19 1E 0 F FA 2F 49
Octal 244 231 332 31 36 0 17 372 57 111
Binary 10100100 10011001 11011010 11001 11110 0 1111 11111010 101111 1001001

Color Harmonies of #A499DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A499DA

Black with #A499DA

Text Example


Text Example

White with #A499DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A499DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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