#A8ABF3

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

Shades of Perano #A8ABF3

Tints of Perano #A8ABF3

Color information

#A8ABF3 (or 0xA8ABF3) is unknown color: approx Perano. HEX triplet: A8, AB and F3. RGB value is (168,171,243). Sum of RGB (Red+Green+Blue) = 168+171+243=582 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.87% from 582); Green value is 171 (67.19% from 255 or 29.38% from 582); Blue value is 243 (95.31% from 255 or 41.75% from 582); Max value from RGB is 243 - color contains mainly: blue. Hex color #A8ABF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8ABF3 is #57540C. Grayscale: #B2B2B2. Windows color (decimal): -5723149 or 15969192. OLE color: 15969192.

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

Color convert

RGB168171243-
CMYK0.310.3000.05
HSL237.6º75.76%80.59%-
HSV(B)237.6º30.86%95.29%-
XYZ46.8943.9290.8-
YUV178.31164.51120.65-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.87%
GREEN value IS 171 (67.19% from 255) = 29.38%
BLUE value IS 243 (95.31% from 255) = 41.75%
R=28.87%
G=29.38%
B=41.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1681712430.310.3000.05237.675.7680.59
HexA8ABF31F1E05ee4c51
Octal250253363373605356114121
Binary101010001010101111110011111111111001011110111010011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ABF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ABF3; }

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

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

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

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

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

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

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

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