Html Css Color HEX #A195CF Wistful

📋 copy color: '#A195CF'

red 161 ◦ green 149 ◦ blue 207

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

Shades of Wistful #A195CF

Tints of Wistful #A195CF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.82%

 BLUE value IS 207 (81.25% from 255) = 40.04%

R = 31.14%
G = 28.82%
B = 40.04%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A195CF (or 0xA195CF) is known color: Wistful. HEX triplet: A1, 95 and CF. RGB value is (161,149,207). Sum of RGB (Red+Green+Blue) = 161+149+207=517 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.14% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 207 - color contains mainly: blue. Hex color #A195CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A195CF is #5E6A30. Grayscale: #9E9E9E. Windows color (decimal): -6187569 or 13604257. OLE color: 13604257.

HSL color Cylindrical-coordinate representation of color #A195CF: hue angle of 252.41º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A195CF is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 149 207 -
CMYK 0.22 0.28 0 0.19
HSL 252.41º 0.38% 0.7% -
HSV(B) 252.41º 0.28% 0.81% -
XYZ 36.71 33.58 63.58 -
YUV 159.2 154.98 129.28 -
System Red Green Blue C M Y K H S L
Decimal 161 149 207 0.22 0.28 0 0.19 252.41 0.38 0.7
Hex A1 95 CF 16 1C 0 13 FC 26 46
Octal 241 225 317 26 34 0 23 374 46 106
Binary 10100001 10010101 11001111 10110 11100 0 10011 11111100 100110 1000110

Color Harmonies of #A195CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A195CF

Black with #A195CF

Text Example


Text Example

White with #A195CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A195CF; }

 p { color: rgb(161,149,207); }

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

background-color css

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

 a { background-color: rgb(161,149,207); }

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

border-color css

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

 span { border-color: rgb(161,149,207); }

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