#A7AFEB

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

Shades of Perano #A7AFEB

Tints of Perano #A7AFEB

Color information

#A7AFEB (or 0xA7AFEB) is unknown color: approx Perano. HEX triplet: A7, AF and EB. RGB value is (167,175,235). Sum of RGB (Red+Green+Blue) = 167+175+235=577 (76% of max value = 765). Red value is 167 (65.62% from 255 or 28.94% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 235 (92.19% from 255 or 40.73% from 577); Max value from RGB is 235 - color contains mainly: blue. Hex color #A7AFEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7AFEB is #585014. Grayscale: #B3B3B3. Windows color (decimal): -5787669 or 15445927. OLE color: 15445927.

HSL color Cylindrical-coordinate representation of color #A7AFEB: hue angle of 232.94º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7AFEB is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB167175235-
CMYK0.290.2600.08
HSL232.94º62.96%78.82%-
HSV(B)232.94º28.94%92.16%-
XYZ46.2644.8784.82-
YUV179.45159.35119.12-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.94%
GREEN value IS 175 (68.75% from 255) = 30.33%
BLUE value IS 235 (92.19% from 255) = 40.73%
R=28.94%
G=30.33%
B=40.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1671752350.290.2600.08232.9462.9678.82
HexA7AFEB1D1A08e93f4f
Octal247257353353201035177117
Binary101001111010111111101011111011101001000111010011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AFEB; }

 p { color: rgb(167,175,235); }

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

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

 a { background-color: rgb(167,175,235); }

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

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

 span { border-color: rgb(167,175,235); }

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