#A7ADFE

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

Shades of Perano #A7ADFE

Tints of Perano #A7ADFE

Color information

#A7ADFE (or 0xA7ADFE) is unknown color: approx Perano. HEX triplet: A7, AD and FE. RGB value is (167,173,254). Sum of RGB (Red+Green+Blue) = 167+173+254=594 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.11% from 594); Green value is 173 (67.97% from 255 or 29.12% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #A7ADFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7ADFE is #585201. Grayscale: #B4B4B4. Windows color (decimal): -5788162 or 16690599. OLE color: 16690599.

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

Color convert

RGB167173254-
CMYK0.340.3200.00
HSL235.86º97.75%82.55%-
HSV(B)235.86º34.25%99.61%-
XYZ48.7745.2699.93-
YUV180.44169.51118.41-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.11%
GREEN value IS 173 (67.97% from 255) = 29.12%
BLUE value IS 254 (99.61% from 255) = 42.76%
R=28.11%
G=29.12%
B=42.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1671732540.340.3200.00235.8697.7582.55
HexA7ADFE222000ec6253
Octal247255376424000354142123
Binary101001111010110111111110100010100000001110110011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7ADFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7ADFE; }

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

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

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

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

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

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

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

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