#A195CC

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

Shades of Wistful #A195CC

Tints of Wistful #A195CC

Color information

#A195CC (or 0xA195CC) is unknown color: approx Wistful. HEX triplet: A1, 95 and CC. RGB value is (161,149,204). Sum of RGB (Red+Green+Blue) = 161+149+204=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #A195CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A195CC is #5E6A33. Grayscale: #9E9E9E. Windows color (decimal): -6187572 or 13407649. OLE color: 13407649.

HSL color Cylindrical-coordinate representation of color #A195CC: hue angle of 253.09º degrees, saturation: 0.35, 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 #A195CC is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB161149204-
CMYK0.210.2700.2
HSL253.09º35.03%69.22%-
HSV(B)253.09º26.96%80%-
XYZ36.3433.4361.66-
YUV158.86153.48129.53-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.32%
GREEN value IS 149 (58.59% from 255) = 28.99%
BLUE value IS 204 (80.08% from 255) = 39.69%
R=31.32%
G=28.99%
B=39.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1611492040.210.2700.2253.0935.0369.22
HexA195CC151B014fd2345
Octal241225314253302437543105
Binary1010000110010101110011001010111011010100111111011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A195CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A195CC; }

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

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

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

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

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

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

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

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