#A5B4FF

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

Shades of Perano #A5B4FF

Tints of Perano #A5B4FF

Color information

#A5B4FF (or 0xA5B4FF) is unknown color: approx Perano. HEX triplet: A5, B4 and FF. RGB value is (165,180,255). Sum of RGB (Red+Green+Blue) = 165+180+255=600 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.5% from 600); Green value is 180 (70.70% from 255 or 30% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #A5B4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5B4FF is #5A4B00. Grayscale: #B7B7B7. Windows color (decimal): -5917441 or 16757925. OLE color: 16757925.

HSL color Cylindrical-coordinate representation of color #A5B4FF: hue angle of 230º 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 #A5B4FF is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB165180255-
CMYK0.350.2900
HSL230º100%82.35%-
HSV(B)230º35.29%100%-
XYZ49.8947.86101.22-
YUV184.06168.03114.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.5%
GREEN value IS 180 (70.70% from 255) = 30%
BLUE value IS 255 (100% from 255) = 42.5%
R=27.5%
G=30%
B=42.5%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1651802550.350.290023010082.35
HexA5B4FF231D00e66452
Octal245264377433500346144122
Binary10100101101101001111111110001111101001110011011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B4FF; }

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

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

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

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

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

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

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

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