#A5A8FF

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

Shades of Perano #A5A8FF

Tints of Perano #A5A8FF

Color information

#A5A8FF (or 0xA5A8FF) is unknown color: approx Perano. HEX triplet: A5, A8 and FF. RGB value is (165,168,255). Sum of RGB (Red+Green+Blue) = 165+168+255=588 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.06% from 588); Green value is 168 (66.02% from 255 or 28.57% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #A5A8FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5A8FF is #5A5700. Grayscale: #B0B0B0. Windows color (decimal): -5920513 or 16754853. OLE color: 16754853.

HSL color Cylindrical-coordinate representation of color #A5A8FF: hue angle of 238º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5A8FF is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB165168255-
CMYK0.350.3400
HSL238º100%82.35%-
HSV(B)238º35.29%100%-
XYZ47.5743.22100.44-
YUV177.02172.01119.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.06%
GREEN value IS 168 (66.02% from 255) = 28.57%
BLUE value IS 255 (100% from 255) = 43.37%
R=28.06%
G=28.57%
B=43.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1651682550.350.340023810082.35
HexA5A8FF232200ee6452
Octal245250377434200356144122
Binary101001011010100011111111100011100010001110111011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A8FF; }

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

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

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

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

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

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

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

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