#A199FC

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

Shades of Perano #A199FC

Tints of Perano #A199FC

Color information

#A199FC (or 0xA199FC) is unknown color: approx Perano. HEX triplet: A1, 99 and FC. RGB value is (161,153,252). Sum of RGB (Red+Green+Blue) = 161+153+252=566 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.45% from 566); Green value is 153 (60.16% from 255 or 27.03% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #A199FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A199FC is #5E6603. Grayscale: #A6A6A6. Windows color (decimal): -6186500 or 16554401. OLE color: 16554401.

HSL color Cylindrical-coordinate representation of color #A199FC: hue angle of 244.85º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A199FC is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB161153252-
CMYK0.360.3900.01
HSL244.85º94.29%79.41%-
HSV(B)244.85º39.29%98.82%-
XYZ43.6637.3997.01-
YUV166.68176.15123.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.45%
GREEN value IS 153 (60.16% from 255) = 27.03%
BLUE value IS 252 (98.83% from 255) = 44.52%
R=28.45%
G=27.03%
B=44.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1611532520.360.3900.01244.8594.2979.41
HexA199FC242701f55e4f
Octal241231374444701365136117
Binary101000011001100111111100100100100111011111010110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A199FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A199FC; }

 p { color: rgb(161,153,252); }

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

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

 a { background-color: rgb(161,153,252); }

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

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

 span { border-color: rgb(161,153,252); }

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