Html Css Color HEX #A197E6 Wistful

📋 copy color: '#A197E6'

red 161 ◦ green 151 ◦ blue 230

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

Shades of Wistful #A197E6

Tints of Wistful #A197E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.44%

R = 29.7%
G = 27.86%
B = 42.44%

CMYK

 C value IS 0.3

 M value IS 0.34

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A197E6 (or 0xA197E6) is known color: Wistful. HEX triplet: A1, 97 and E6. RGB value is (161,151,230). Sum of RGB (Red+Green+Blue) = 161+151+230=542 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.70% from 542); Green value is 151 (59.38% from 255 or 27.86% from 542); Blue value is 230 (90.23% from 255 or 42.44% from 542); Max value from RGB is 230 - color contains mainly: blue. Hex color #A197E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A197E6 is #5E6819. Grayscale: #A2A2A2. Windows color (decimal): -6187034 or 15112097. OLE color: 15112097.

HSL color Cylindrical-coordinate representation of color #A197E6: hue angle of 247.59º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A197E6 is Cyan = 0.3, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 161 151 230 -
CMYK 0.3 0.34 0 0.10
HSL 247.59º 0.61% 0.75% -
HSV(B) 247.59º 0.34% 0.9% -
XYZ 40.05 35.42 79.59 -
YUV 163 165.81 126.58 -
System Red Green Blue C M Y K H S L
Decimal 161 151 230 0.3 0.34 0 0.10 247.59 0.61 0.75
Hex A1 97 E6 1E 22 0 A F8 3D 4B
Octal 241 227 346 36 42 0 12 370 75 113
Binary 10100001 10010111 11100110 11110 100010 0 1010 11111000 111101 1001011

Color Harmonies of #A197E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A197E6

Black with #A197E6

Text Example


Text Example

White with #A197E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A197E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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