#A3AEFD

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

Shades of Perano #A3AEFD

Tints of Perano #A3AEFD

Color information

#A3AEFD (or 0xA3AEFD) is unknown color: approx Perano. HEX triplet: A3, AE and FD. RGB value is (163,174,253). Sum of RGB (Red+Green+Blue) = 163+174+253=590 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.63% from 590); Green value is 174 (68.36% from 255 or 29.49% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 253 - color contains mainly: blue. Hex color #A3AEFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3AEFD is #5C5102. Grayscale: #B3B3B3. Windows color (decimal): -6050051 or 16625315. OLE color: 16625315.

HSL color Cylindrical-coordinate representation of color #A3AEFD: hue angle of 232.67º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3AEFD is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB163174253-
CMYK0.360.3100.01
HSL232.67º95.74%81.57%-
HSV(B)232.67º35.57%99.22%-
XYZ47.9745.1599.12-
YUV179.72169.36116.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.63%
GREEN value IS 174 (68.36% from 255) = 29.49%
BLUE value IS 253 (99.22% from 255) = 42.88%
R=27.63%
G=29.49%
B=42.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1631742530.360.3100.01232.6795.7481.57
HexA3AEFD241F01e96052
Octal243256375443701351140122
Binary10100011101011101111110110010011111011110100111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AEFD; }

 p { color: rgb(163,174,253); }

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

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

 a { background-color: rgb(163,174,253); }

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

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

 span { border-color: rgb(163,174,253); }

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