#A79FF6

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

Shades of Perano #A79FF6

Tints of Perano #A79FF6

Color information

#A79FF6 (or 0xA79FF6) is unknown color: approx Perano. HEX triplet: A7, 9F and F6. RGB value is (167,159,246). Sum of RGB (Red+Green+Blue) = 167+159+246=572 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.20% from 572); Green value is 159 (62.5% from 255 or 27.80% from 572); Blue value is 246 (96.48% from 255 or 43.01% from 572); Max value from RGB is 246 - color contains mainly: blue. Hex color #A79FF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A79FF6 is #586009. Grayscale: #AAAAAA. Windows color (decimal): -5791754 or 16162727. OLE color: 16162727.

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

Color convert

RGB167159246-
CMYK0.320.3500.04
HSL245.52º82.86%79.41%-
HSV(B)245.52º35.37%96.47%-
XYZ44.9739.6792.47-
YUV171.31170.15124.93-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.20%
GREEN value IS 159 (62.5% from 255) = 27.80%
BLUE value IS 246 (96.48% from 255) = 43.01%
R=29.20%
G=27.80%
B=43.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1671592460.320.3500.04245.5282.8679.41
HexA79FF6202304f6534f
Octal247237366404304366123117
Binary10100111100111111111011010000010001101001111011010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79FF6; }

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

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

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

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

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

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

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

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