#A7ADF1

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

Shades of Perano #A7ADF1

Tints of Perano #A7ADF1

Color information

#A7ADF1 (or 0xA7ADF1) is unknown color: approx Perano. HEX triplet: A7, AD and F1. RGB value is (167,173,241). Sum of RGB (Red+Green+Blue) = 167+173+241=581 (76% of max value = 765). Red value is 167 (65.62% from 255 or 28.74% from 581); Green value is 173 (67.97% from 255 or 29.78% from 581); Blue value is 241 (94.53% from 255 or 41.48% from 581); Max value from RGB is 241 - color contains mainly: blue. Hex color #A7ADF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7ADF1 is #58520E. Grayscale: #B2B2B2. Windows color (decimal): -5788175 or 15838631. OLE color: 15838631.

HSL color Cylindrical-coordinate representation of color #A7ADF1: hue angle of 235.14º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A7ADF1 is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB167173241-
CMYK0.310.2800.05
HSL235.14º72.55%80%-
HSV(B)235.14º30.71%94.51%-
XYZ46.7644.4589.34-
YUV178.96163.01119.47-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.74%
GREEN value IS 173 (67.97% from 255) = 29.78%
BLUE value IS 241 (94.53% from 255) = 41.48%
R=28.74%
G=29.78%
B=41.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1671732410.310.2800.05235.1472.5580
HexA7ADF11F1C05eb4950
Octal247255361373405353111120
Binary101001111010110111110001111111110001011110101110010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7ADF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7ADF1; }

 p { color: rgb(167,173,241); }

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

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

 a { background-color: rgb(167,173,241); }

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

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

 span { border-color: rgb(167,173,241); }

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