Html Css Color HEX #A499CA Wistful

📋 copy color: '#A499CA'

red 164 ◦ green 153 ◦ blue 202

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

Shades of Wistful #A499CA

Tints of Wistful #A499CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.92%

R = 31.6%
G = 29.48%
B = 38.92%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A499CA (or 0xA499CA) is known color: Wistful. HEX triplet: A4, 99 and CA. RGB value is (164,153,202). Sum of RGB (Red+Green+Blue) = 164+153+202=519 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.60% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #A499CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A499CA is #5B6635. Grayscale: #A1A1A1. Windows color (decimal): -5989942 or 13277604. OLE color: 13277604.

HSL color Cylindrical-coordinate representation of color #A499CA: hue angle of 253.47º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A499CA is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 164 153 202 -
CMYK 0.19 0.24 0 0.21
HSL 253.47º 0.32% 0.7% -
HSV(B) 253.47º 0.24% 0.79% -
XYZ 37.36 34.94 60.65 -
YUV 161.88 150.64 129.52 -
System Red Green Blue C M Y K H S L
Decimal 164 153 202 0.19 0.24 0 0.21 253.47 0.32 0.7
Hex A4 99 CA 13 18 0 15 FD 20 46
Octal 244 231 312 23 30 0 25 375 40 106
Binary 10100100 10011001 11001010 10011 11000 0 10101 11111101 100000 1000110

Color Harmonies of #A499CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A499CA

Black with #A499CA

Text Example


Text Example

White with #A499CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A499CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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