#A198FD

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

Shades of Perano #A198FD

Tints of Perano #A198FD

Color information

#A198FD (or 0xA198FD) is unknown color: approx Perano. HEX triplet: A1, 98 and FD. RGB value is (161,152,253). Sum of RGB (Red+Green+Blue) = 161+152+253=566 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.45% from 566); Green value is 152 (59.77% from 255 or 26.86% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #A198FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A198FD is #5E6702. Grayscale: #A5A5A5. Windows color (decimal): -6186755 or 16619681. OLE color: 16619681.

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

Color convert

RGB161152253-
CMYK0.360.4000.01
HSL245.35º96.19%79.41%-
HSV(B)245.35º39.92%99.22%-
XYZ43.6637.1397.79-
YUV166.2176.98124.29-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.45%
GREEN value IS 152 (59.77% from 255) = 26.86%
BLUE value IS 253 (99.22% from 255) = 44.70%
R=28.45%
G=26.86%
B=44.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1611522530.360.4000.01245.3596.1979.41
HexA198FD242801f5604f
Octal241230375445001365140117
Binary101000011001100011111101100100101000011111010111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A198FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A198FD; }

 p { color: rgb(161,152,253); }

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

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

 a { background-color: rgb(161,152,253); }

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

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

 span { border-color: rgb(161,152,253); }

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