#A8AEFD

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

Shades of Perano #A8AEFD

Tints of Perano #A8AEFD

Color information

#A8AEFD (or 0xA8AEFD) is unknown color: approx Perano. HEX triplet: A8, AE and FD. RGB value is (168,174,253). Sum of RGB (Red+Green+Blue) = 168+174+253=595 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.24% from 595); Green value is 174 (68.36% from 255 or 29.24% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #A8AEFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8AEFD is #575102. Grayscale: #B4B4B4. Windows color (decimal): -5722371 or 16625320. OLE color: 16625320.

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

Color convert

RGB168174253-
CMYK0.340.3100.01
HSL235.76º95.51%82.55%-
HSV(B)235.76º33.6%99.22%-
XYZ49.0145.6999.16-
YUV181.21168.51118.58-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.24%
GREEN value IS 174 (68.36% from 255) = 29.24%
BLUE value IS 253 (99.22% from 255) = 42.52%
R=28.24%
G=29.24%
B=42.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1681742530.340.3100.01235.7695.5182.55
HexA8AEFD221F01ec6053
Octal250256375423701354140123
Binary10101000101011101111110110001011111011110110011000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AEFD; }

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

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

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

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

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

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

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

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