#A8AFCF

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

Shades of Echo Blue #A8AFCF

Tints of Echo Blue #A8AFCF

Color information

#A8AFCF (or 0xA8AFCF) is unknown color: approx Echo Blue. HEX triplet: A8, AF and CF. RGB value is (168,175,207). Sum of RGB (Red+Green+Blue) = 168+175+207=550 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.55% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 207 - color contains mainly: blue. Hex color #A8AFCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AFCF is #575030. Grayscale: #B0B0B0. Windows color (decimal): -5722161 or 13610920. OLE color: 13610920.

HSL color Cylindrical-coordinate representation of color #A8AFCF: hue angle of 229.23º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8AFCF is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB168175207-
CMYK0.190.1500.19
HSL229.23º28.89%73.53%-
HSV(B)229.23º18.84%81.18%-
XYZ42.7443.4965.17-
YUV176.56145.18121.9-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.55%
GREEN value IS 175 (68.75% from 255) = 31.82%
BLUE value IS 207 (81.25% from 255) = 37.64%
R=30.55%
G=31.82%
B=37.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1681752070.190.1500.19229.2328.8973.53
HexA8AFCF13F013e51d4a
Octal250257317231702334535112
Binary10101000101011111100111110011111101001111100101111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AFCF; }

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

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

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

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

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

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

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

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