#A195CD

Color #A195CD Wistful (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wistful #A195CD

Tints of Wistful #A195CD

Color information

#A195CD (or 0xA195CD) is unknown color: approx Wistful. HEX triplet: A1, 95 and CD. RGB value is (161,149,205). Sum of RGB (Red+Green+Blue) = 161+149+205=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 149 (58.59% from 255 or 28.93% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #A195CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A195CD is #5E6A32. Grayscale: #9E9E9E. Windows color (decimal): -6187571 or 13473185. OLE color: 13473185.

HSL color Cylindrical-coordinate representation of color #A195CD: hue angle of 252.86º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A195CD is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB161149205-
CMYK0.210.2700.20
HSL252.86º35.9%69.41%-
HSV(B)252.86º27.32%80.39%-
XYZ36.4633.4862.3-
YUV158.97153.98129.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.26%
GREEN value IS 149 (58.59% from 255) = 28.93%
BLUE value IS 205 (80.47% from 255) = 39.81%
R=31.26%
G=28.93%
B=39.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611492050.210.2700.20252.8635.969.41
HexA195CD151B014fd2445
Octal241225315253302437544105
Binary1010000110010101110011011010111011010100111111011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A195CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A195CD; }

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

 H1.HeaderClassName
 {
   color: #A195CD;
 }
 .AnyTagClassName
 {
   color: #A195CD;
 }
</style>
background-color css

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

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

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

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

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

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