#A8AFEB

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

Shades of Perano #A8AFEB

Tints of Perano #A8AFEB

Color information

#A8AFEB (or 0xA8AFEB) is unknown color: approx Perano. HEX triplet: A8, AF and EB. RGB value is (168,175,235). Sum of RGB (Red+Green+Blue) = 168+175+235=578 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.07% from 578); Green value is 175 (68.75% from 255 or 30.28% from 578); Blue value is 235 (92.19% from 255 or 40.66% from 578); Max value from RGB is 235 - color contains mainly: blue. Hex color #A8AFEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8AFEB is #575014. Grayscale: #B3B3B3. Windows color (decimal): -5722133 or 15445928. OLE color: 15445928.

HSL color Cylindrical-coordinate representation of color #A8AFEB: hue angle of 233.73º 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 #A8AFEB is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB168175235-
CMYK0.290.2600.08
HSL233.73º62.62%79.02%-
HSV(B)233.73º28.51%92.16%-
XYZ46.4744.9884.83-
YUV179.75159.18119.62-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.07%
GREEN value IS 175 (68.75% from 255) = 30.28%
BLUE value IS 235 (92.19% from 255) = 40.66%
R=29.07%
G=30.28%
B=40.66%

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
Decimal1681752350.290.2600.08233.7362.6279.02
HexA8AFEB1D1A08ea3f4f
Octal250257353353201035277117
Binary101010001010111111101011111011101001000111010101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AFEB; }

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

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

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

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

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

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

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

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