#A19DF6

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

Shades of Perano #A19DF6

Tints of Perano #A19DF6

Color information

#A19DF6 (or 0xA19DF6) is unknown color: approx Perano. HEX triplet: A1, 9D and F6. RGB value is (161,157,246). Sum of RGB (Red+Green+Blue) = 161+157+246=564 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.55% from 564); Green value is 157 (61.72% from 255 or 27.84% from 564); Blue value is 246 (96.48% from 255 or 43.62% from 564); Max value from RGB is 246 - color contains mainly: blue. Hex color #A19DF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19DF6 is #5E6209. Grayscale: #A7A7A7. Windows color (decimal): -6185482 or 16162209. OLE color: 16162209.

HSL color Cylindrical-coordinate representation of color #A19DF6: hue angle of 242.7º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A19DF6 is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB161157246-
CMYK0.350.3600.04
HSL242.7º83.18%79.02%-
HSV(B)242.7º36.18%96.47%-
XYZ43.3938.3492.3-
YUV168.34171.83122.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.55%
GREEN value IS 157 (61.72% from 255) = 27.84%
BLUE value IS 246 (96.48% from 255) = 43.62%
R=28.55%
G=27.84%
B=43.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1611572460.350.3600.04242.783.1879.02
HexA19DF6232404f3534f
Octal241235366434404363123117
Binary10100001100111011111011010001110010001001111001110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19DF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19DF6; }

 p { color: rgb(161,157,246); }

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

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

 a { background-color: rgb(161,157,246); }

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

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

 span { border-color: rgb(161,157,246); }

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