#A7AEFE

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

Shades of Perano #A7AEFE

Tints of Perano #A7AEFE

Color information

#A7AEFE (or 0xA7AEFE) is unknown color: approx Perano. HEX triplet: A7, AE and FE. RGB value is (167,174,254). Sum of RGB (Red+Green+Blue) = 167+174+254=595 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.07% from 595); Green value is 174 (68.36% from 255 or 29.24% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #A7AEFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7AEFE is #585101. Grayscale: #B4B4B4. Windows color (decimal): -5787906 or 16690855. OLE color: 16690855.

HSL color Cylindrical-coordinate representation of color #A7AEFE: hue angle of 235.17º 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 #A7AEFE is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB167174254-
CMYK0.340.3100.00
HSL235.17º97.75%82.55%-
HSV(B)235.17º34.25%99.61%-
XYZ48.9645.64100-
YUV181.03169.18118-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.07%
GREEN value IS 174 (68.36% from 255) = 29.24%
BLUE value IS 254 (99.61% from 255) = 42.69%
R=28.07%
G=29.24%
B=42.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1671742540.340.3100.00235.1797.7582.55
HexA7AEFE221F00eb6253
Octal247256376423700353142123
Binary10100111101011101111111010001011111001110101111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AEFE; }

 p { color: rgb(167,174,254); }

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

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

 a { background-color: rgb(167,174,254); }

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

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

 span { border-color: rgb(167,174,254); }

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