#A79DFA

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

Shades of Perano #A79DFA

Tints of Perano #A79DFA

Color information

#A79DFA (or 0xA79DFA) is unknown color: approx Perano. HEX triplet: A7, 9D and FA. RGB value is (167,157,250). Sum of RGB (Red+Green+Blue) = 167+157+250=574 (76% of max value = 765). Red value is 167 (65.62% from 255 or 29.09% from 574); Green value is 157 (61.72% from 255 or 27.35% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #A79DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A79DFA is #586205. Grayscale: #AAAAAA. Windows color (decimal): -5792262 or 16424359. OLE color: 16424359.

HSL color Cylindrical-coordinate representation of color #A79DFA: hue angle of 246.45º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A79DFA is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB167157250-
CMYK0.330.3700.02
HSL246.45º90.29%79.8%-
HSV(B)246.45º37.2%98.04%-
XYZ45.2539.2395.63-
YUV170.59172.81125.44-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.09%
GREEN value IS 157 (61.72% from 255) = 27.35%
BLUE value IS 250 (98.05% from 255) = 43.55%
R=29.09%
G=27.35%
B=43.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1671572500.330.3700.02246.4590.2979.8
HexA79DFA212502f65a50
Octal247235372414502366132120
Binary1010011110011101111110101000011001010101111011010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79DFA; }

 p { color: rgb(167,157,250); }

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

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

 a { background-color: rgb(167,157,250); }

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

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

 span { border-color: rgb(167,157,250); }

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