Html Css Color HEX #A197C3 Wistful

📋 copy color: '#A197C3'

red 161 ◦ green 151 ◦ blue 195

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

Shades of Wistful #A197C3

Tints of Wistful #A197C3

RGB

 RED value IS 161 (63.28% from 255) = 31.76%

 GREEN value IS 151 (59.38% from 255) = 29.78%

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

R = 31.76%
G = 29.78%
B = 38.46%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A197C3 (or 0xA197C3) is known color: Wistful. HEX triplet: A1, 97 and C3. RGB value is (161,151,195). Sum of RGB (Red+Green+Blue) = 161+151+195=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 151 (59.38% from 255 or 29.78% from 507); Blue value is 195 (76.56% from 255 or 38.46% from 507); Max value from RGB is 195 - color contains mainly: blue. Hex color #A197C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A197C3 is #5E683C. Grayscale: #9E9E9E. Windows color (decimal): -6187069 or 12818337. OLE color: 12818337.

HSL color Cylindrical-coordinate representation of color #A197C3: hue angle of 253.64º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A197C3 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 161 151 195 -
CMYK 0.17 0.23 0 0.24
HSL 253.64º 0.27% 0.68% -
HSV(B) 253.64º 0.23% 0.76% -
XYZ 35.61 33.65 56.25 -
YUV 159.01 148.31 129.42 -
System Red Green Blue C M Y K H S L
Decimal 161 151 195 0.17 0.23 0 0.24 253.64 0.27 0.68
Hex A1 97 C3 11 17 0 18 FE 1B 44
Octal 241 227 303 21 27 0 30 376 33 104
Binary 10100001 10010111 11000011 10001 10111 0 11000 11111110 11011 1000100

Color Harmonies of #A197C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A197C3

Black with #A197C3

Text Example


Text Example

White with #A197C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A197C3; }

 p { color: rgb(161,151,195); }

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

background-color css

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

 a { background-color: rgb(161,151,195); }

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

border-color css

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

 span { border-color: rgb(161,151,195); }

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