Html Css Color HEX #A5A3C3 Wistful

📋 copy color: '#A5A3C3'

red 165 ◦ green 163 ◦ blue 195

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

Shades of Wistful #A5A3C3

Tints of Wistful #A5A3C3

RGB

 RED value IS 165 (64.84% from 255) = 31.55%

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

 BLUE value IS 195 (76.56% from 255) = 37.28%

R = 31.55%
G = 31.17%
B = 37.28%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A5A3C3 (or 0xA5A3C3) is known color: Wistful. HEX triplet: A5, A3 and C3. RGB value is (165,163,195). Sum of RGB (Red+Green+Blue) = 165+163+195=523 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.55% from 523); Green value is 163 (64.06% from 255 or 31.17% from 523); Blue value is 195 (76.56% from 255 or 37.28% from 523); Max value from RGB is 195 - color contains mainly: blue. Hex color #A5A3C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A3C3 is #5A5C3C. Grayscale: #A7A7A7. Windows color (decimal): -5921853 or 12821413. OLE color: 12821413.

HSL color Cylindrical-coordinate representation of color #A5A3C3: hue angle of 243.75º degrees, saturation: 0.21, 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 #A5A3C3 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 163 195 -
CMYK 0.15 0.16 0 0.24
HSL 243.75º 0.21% 0.7% -
HSV(B) 243.75º 0.16% 0.76% -
XYZ 38.46 38.13 56.96 -
YUV 167.25 143.66 126.4 -
System Red Green Blue C M Y K H S L
Decimal 165 163 195 0.15 0.16 0 0.24 243.75 0.21 0.7
Hex A5 A3 C3 F 10 0 18 F4 15 46
Octal 245 243 303 17 20 0 30 364 25 106
Binary 10100101 10100011 11000011 1111 10000 0 11000 11110100 10101 1000110

Color Harmonies of #A5A3C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A3C3

Black with #A5A3C3

Text Example


Text Example

White with #A5A3C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A3C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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