Html Css Color HEX #A3A5C1 Wistful

📋 copy color: '#A3A5C1'

red 163 ◦ green 165 ◦ blue 193

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

Shades of Wistful #A3A5C1

Tints of Wistful #A3A5C1

RGB

 RED value IS 163 (64.06% from 255) = 31.29%

 GREEN value IS 165 (64.84% from 255) = 31.67%

 BLUE value IS 193 (75.78% from 255) = 37.04%

R = 31.29%
G = 31.67%
B = 37.04%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A3A5C1 (or 0xA3A5C1) is known color: Wistful. HEX triplet: A3, A5 and C1. RGB value is (163,165,193). Sum of RGB (Red+Green+Blue) = 163+165+193=521 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.29% from 521); Green value is 165 (64.84% from 255 or 31.67% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 193 - color contains mainly: blue. Hex color #A3A5C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A5C1 is #5C5A3E. Grayscale: #A7A7A7. Windows color (decimal): -6052415 or 12690851. OLE color: 12690851.

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

Color convert

RGB 163 165 193 -
CMYK 0.16 0.15 0 0.24
HSL 236º 0.19% 0.7% -
HSV(B) 236º 0.16% 0.76% -
XYZ 38.19 38.55 55.88 -
YUV 167.59 142.34 124.72 -
System Red Green Blue C M Y K H S L
Decimal 163 165 193 0.16 0.15 0 0.24 236 0.19 0.7
Hex A3 A5 C1 10 F 0 18 EC 13 46
Octal 243 245 301 20 17 0 30 354 23 106
Binary 10100011 10100101 11000001 10000 1111 0 11000 11101100 10011 1000110

Color Harmonies of #A3A5C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A5C1

Black with #A3A5C1

Text Example


Text Example

White with #A3A5C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A5C1; }

 p { color: rgb(163,165,193); }

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

background-color css

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

 a { background-color: rgb(163,165,193); }

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

border-color css

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

 span { border-color: rgb(163,165,193); }

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