#A8A5F2

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

Shades of Perano #A8A5F2

Tints of Perano #A8A5F2

Color information

#A8A5F2 (or 0xA8A5F2) is unknown color: approx Perano. HEX triplet: A8, A5 and F2. RGB value is (168,165,242). Sum of RGB (Red+Green+Blue) = 168+165+242=575 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.22% from 575); Green value is 165 (64.84% from 255 or 28.70% from 575); Blue value is 242 (94.92% from 255 or 42.09% from 575); Max value from RGB is 242 - color contains mainly: blue. Hex color #A8A5F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8A5F2 is #575A0D. Grayscale: #AEAEAE. Windows color (decimal): -5724686 or 15902120. OLE color: 15902120.

HSL color Cylindrical-coordinate representation of color #A8A5F2: hue angle of 242.34º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8A5F2 is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB168165242-
CMYK0.310.3200.05
HSL242.34º74.76%79.8%-
HSV(B)242.34º31.82%94.9%-
XYZ45.6341.6589.64-
YUV174.68165.99123.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.22%
GREEN value IS 165 (64.84% from 255) = 28.70%
BLUE value IS 242 (94.92% from 255) = 42.09%
R=29.22%
G=28.70%
B=42.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1681652420.310.3200.05242.3474.7679.8
HexA8A5F21F2005f24b50
Octal250245362374005362113120
Binary1010100010100101111100101111110000001011111001010010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A5F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A5F2; }

 p { color: rgb(168,165,242); }

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

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

 a { background-color: rgb(168,165,242); }

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

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

 span { border-color: rgb(168,165,242); }

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