#A8ABFE

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

Shades of Perano #A8ABFE

Tints of Perano #A8ABFE

Color information

#A8ABFE (or 0xA8ABFE) is unknown color: approx Perano. HEX triplet: A8, AB and FE. RGB value is (168,171,254). Sum of RGB (Red+Green+Blue) = 168+171+254=593 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.33% from 593); Green value is 171 (67.19% from 255 or 28.84% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #A8ABFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8ABFE is #575401. Grayscale: #B3B3B3. Windows color (decimal): -5723138 or 16690088. OLE color: 16690088.

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

Color convert

RGB168171254-
CMYK0.340.3300.00
HSL237.91º97.73%82.75%-
HSV(B)237.91º33.86%99.61%-
XYZ48.644.6199.81-
YUV179.56170.01119.75-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.33%
GREEN value IS 171 (67.19% from 255) = 28.84%
BLUE value IS 254 (99.61% from 255) = 42.83%
R=28.33%
G=28.84%
B=42.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1681712540.340.3300.00237.9197.7382.75
HexA8ABFE222100ee6253
Octal250253376424100356142123
Binary101010001010101111111110100010100001001110111011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ABFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ABFE; }

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

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

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

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

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

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

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

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