#A7C0FF

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

Shades of Perano #A7C0FF

Tints of Perano #A7C0FF

Color information

#A7C0FF (or 0xA7C0FF) is unknown color: approx Perano. HEX triplet: A7, C0 and FF. RGB value is (167,192,255). Sum of RGB (Red+Green+Blue) = 167+192+255=614 (81% of max value = 765). Red value is 167 (65.62% from 255 or 27.20% from 614); Green value is 192 (75.39% from 255 or 31.27% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #A7C0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7C0FF is #583F00. Grayscale: #BFBFBF. Windows color (decimal): -5783297 or 16760999. OLE color: 16760999.

HSL color Cylindrical-coordinate representation of color #A7C0FF: hue angle of 222.95º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A7C0FF is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB167192255-
CMYK0.350.2500
HSL222.95º100%82.75%-
HSV(B)222.95º34.51%100%-
XYZ52.8453.13102.08-
YUV191.71163.72110.38-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.20%
GREEN value IS 192 (75.39% from 255) = 31.27%
BLUE value IS 255 (100% from 255) = 41.53%
R=27.20%
G=31.27%
B=41.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1671922550.350.2500222.9510082.75
HexA7C0FF231900df6453
Octal247300377433100337144123
Binary10100111110000001111111110001111001001101111111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C0FF; }

 p { color: rgb(167,192,255); }

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

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

 a { background-color: rgb(167,192,255); }

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

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

 span { border-color: rgb(167,192,255); }

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