#A79FF7

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

Shades of Perano #A79FF7

Tints of Perano #A79FF7

Color information

#A79FF7 (or 0xA79FF7) is unknown color: approx Perano. HEX triplet: A7, 9F and F7. RGB value is (167,159,247). Sum of RGB (Red+Green+Blue) = 167+159+247=573 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.14% from 573); Green value is 159 (62.5% from 255 or 27.75% from 573); Blue value is 247 (96.88% from 255 or 43.11% from 573); Max value from RGB is 247 - color contains mainly: blue. Hex color #A79FF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A79FF7 is #586008. Grayscale: #ABABAB. Windows color (decimal): -5791753 or 16228263. OLE color: 16228263.

HSL color Cylindrical-coordinate representation of color #A79FF7: hue angle of 245.45º degrees, saturation: 0.85, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A79FF7 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB167159247-
CMYK0.320.3600.03
HSL245.45º84.62%79.61%-
HSV(B)245.45º35.63%96.86%-
XYZ45.1239.7393.29-
YUV171.42170.65124.84-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.14%
GREEN value IS 159 (62.5% from 255) = 27.75%
BLUE value IS 247 (96.88% from 255) = 43.11%
R=29.14%
G=27.75%
B=43.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1671592470.320.3600.03245.4584.6279.61
HexA79FF7202403f55550
Octal247237367404403365125120
Binary1010011110011111111101111000001001000111111010110101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79FF7; }

 p { color: rgb(167,159,247); }

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

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

 a { background-color: rgb(167,159,247); }

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

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

 span { border-color: rgb(167,159,247); }

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