Html Css Color HEX #A9A3CD Wistful

📋 copy color: '#A9A3CD'

red 169 ◦ green 163 ◦ blue 205

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

Shades of Wistful #A9A3CD

Tints of Wistful #A9A3CD

RGB

 RED value IS 169 (66.41% from 255) = 31.47%

 GREEN value IS 163 (64.06% from 255) = 30.35%

 BLUE value IS 205 (80.47% from 255) = 38.18%

R = 31.47%
G = 30.35%
B = 38.18%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A9A3CD (or 0xA9A3CD) is known color: Wistful. HEX triplet: A9, A3 and CD. RGB value is (169,163,205). Sum of RGB (Red+Green+Blue) = 169+163+205=537 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.47% from 537); Green value is 163 (64.06% from 255 or 30.35% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 205 - color contains mainly: blue. Hex color #A9A3CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A3CD is #565C32. Grayscale: #A9A9A9. Windows color (decimal): -5659699 or 13476777. OLE color: 13476777.

HSL color Cylindrical-coordinate representation of color #A9A3CD: hue angle of 248.57º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A9A3CD is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 169 163 205 -
CMYK 0.18 0.20 0 0.20
HSL 248.57º 0.3% 0.72% -
HSV(B) 248.57º 0.2% 0.8% -
XYZ 40.48 39.04 63.16 -
YUV 169.58 147.99 127.58 -
System Red Green Blue C M Y K H S L
Decimal 169 163 205 0.18 0.20 0 0.20 248.57 0.3 0.72
Hex A9 A3 CD 12 14 0 14 F9 1E 48
Octal 251 243 315 22 24 0 24 371 36 110
Binary 10101001 10100011 11001101 10010 10100 0 10100 11111001 11110 1001000

Color Harmonies of #A9A3CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A3CD

Black with #A9A3CD

Text Example


Text Example

White with #A9A3CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A3CD; }

 p { color: rgb(169,163,205); }

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

background-color css

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

 a { background-color: rgb(169,163,205); }

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

border-color css

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

 span { border-color: rgb(169,163,205); }

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