#A79CFA

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

Shades of Perano #A79CFA

Tints of Perano #A79CFA

Color information

#A79CFA (or 0xA79CFA) is unknown color: approx Perano. HEX triplet: A7, 9C and FA. RGB value is (167,156,250). Sum of RGB (Red+Green+Blue) = 167+156+250=573 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.14% from 573); Green value is 156 (61.33% from 255 or 27.23% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #A79CFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A79CFA is #586305. Grayscale: #A9A9A9. Windows color (decimal): -5792518 or 16424103. OLE color: 16424103.

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

Color convert

RGB167156250-
CMYK0.330.3800.02
HSL247.02º90.38%79.61%-
HSV(B)247.02º37.6%98.04%-
XYZ45.0838.8995.57-
YUV170173.14125.86-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.14%
GREEN value IS 156 (61.33% from 255) = 27.23%
BLUE value IS 250 (98.05% from 255) = 43.63%
R=29.14%
G=27.23%
B=43.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1671562500.330.3800.02247.0290.3879.61
HexA79CFA212602f75a50
Octal247234372414602367132120
Binary1010011110011100111110101000011001100101111011110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79CFA; }

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

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

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

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

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

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

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

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