#A5ABFE

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

Shades of Perano #A5ABFE

Tints of Perano #A5ABFE

Color information

#A5ABFE (or 0xA5ABFE) is unknown color: approx Perano. HEX triplet: A5, AB and FE. RGB value is (165,171,254). Sum of RGB (Red+Green+Blue) = 165+171+254=590 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.97% from 590); Green value is 171 (67.19% from 255 or 28.98% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #A5ABFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5ABFE is #5A5401. Grayscale: #B2B2B2. Windows color (decimal): -5919746 or 16690085. OLE color: 16690085.

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

Color convert

RGB165171254-
CMYK0.350.3300.00
HSL235.96º97.8%82.16%-
HSV(B)235.96º35.04%99.61%-
XYZ47.9744.2899.78-
YUV178.67170.51118.25-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.97%
GREEN value IS 171 (67.19% from 255) = 28.98%
BLUE value IS 254 (99.61% from 255) = 43.05%
R=27.97%
G=28.98%
B=43.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1651712540.350.3300.00235.9697.882.16
HexA5ABFE232100ec6252
Octal245253376434100354142122
Binary101001011010101111111110100011100001001110110011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ABFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ABFE; }

 p { color: rgb(165,171,254); }

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

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

 a { background-color: rgb(165,171,254); }

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

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

 span { border-color: rgb(165,171,254); }

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