Html Css Color HEX #A197CC Wistful

📋 copy color: '#A197CC'

red 161 ◦ green 151 ◦ blue 204

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

Shades of Wistful #A197CC

Tints of Wistful #A197CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.53%

R = 31.2%
G = 29.26%
B = 39.53%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A197CC (or 0xA197CC) is known color: Wistful. HEX triplet: A1, 97 and CC. RGB value is (161,151,204). Sum of RGB (Red+Green+Blue) = 161+151+204=516 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.20% from 516); Green value is 151 (59.38% from 255 or 29.26% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #A197CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A197CC is #5E6833. Grayscale: #9F9F9F. Windows color (decimal): -6187060 or 13408161. OLE color: 13408161.

HSL color Cylindrical-coordinate representation of color #A197CC: hue angle of 251.32º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A197CC is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 161 151 204 -
CMYK 0.21 0.26 0 0.2
HSL 251.32º 0.34% 0.7% -
HSV(B) 251.32º 0.26% 0.8% -
XYZ 36.66 34.07 61.77 -
YUV 160.03 152.81 128.69 -
System Red Green Blue C M Y K H S L
Decimal 161 151 204 0.21 0.26 0 0.2 251.32 0.34 0.7
Hex A1 97 CC 15 1A 0 14 FB 22 46
Octal 241 227 314 25 32 0 24 373 42 106
Binary 10100001 10010111 11001100 10101 11010 0 10100 11111011 100010 1000110

Color Harmonies of #A197CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A197CC

Black with #A197CC

Text Example


Text Example

White with #A197CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A197CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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