#a2abfa

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

Shades of Perano #A2ABFA

Tints of Perano #A2ABFA

Color information

#A2ABFA (or 0xA2ABFA) is unknown color: approx Perano. HEX triplet: A2, AB and FA. RGB value is (162,171,250). Sum of RGB (Red+Green+Blue) = 162+171+250=583 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.79% from 583); Green value is 171 (67.19% from 255 or 29.33% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #A2ABFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A2ABFA is #5D5405. Grayscale: #B0B0B0. Windows color (decimal): -6116358 or 16427938. OLE color: 16427938.

HSL color Cylindrical-coordinate representation of color #A2ABFA: hue angle of 233.86º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2ABFA is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB162171250-
CMYK0.350.3200.02
HSL233.86º89.8%80.78%-
HSV(B)233.86º35.2%98.04%-
XYZ46.7243.7196.42-
YUV177.32169.02117.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.79%
GREEN value IS 171 (67.19% from 255) = 29.33%
BLUE value IS 250 (98.05% from 255) = 42.88%
R=27.79%
G=29.33%
B=42.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1621712500.350.3200.02233.8689.880.78
HexA2ABFA232002ea5a51
Octal242253372434002352132121
Binary1010001010101011111110101000111000000101110101010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2abfa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2abfa; }

 p { color: rgb(162,171,250); }

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

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

 a { background-color: rgb(162,171,250); }

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

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

 span { border-color: rgb(162,171,250); }

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