#A7A4FB

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

Shades of Perano #A7A4FB

Tints of Perano #A7A4FB

Color information

#A7A4FB (or 0xA7A4FB) is unknown color: approx Perano. HEX triplet: A7, A4 and FB. RGB value is (167,164,251). Sum of RGB (Red+Green+Blue) = 167+164+251=582 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.69% from 582); Green value is 164 (64.45% from 255 or 28.18% from 582); Blue value is 251 (98.44% from 255 or 43.13% from 582); Max value from RGB is 251 - color contains mainly: blue. Hex color #A7A4FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7A4FB is #585B04. Grayscale: #AEAEAE. Windows color (decimal): -5790469 or 16491687. OLE color: 16491687.

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

Color convert

RGB167164251-
CMYK0.330.3500.02
HSL242.07º91.58%81.37%-
HSV(B)242.07º34.66%98.43%-
XYZ46.6241.7396.86-
YUV174.82170.99122.43-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.69%
GREEN value IS 164 (64.45% from 255) = 28.18%
BLUE value IS 251 (98.44% from 255) = 43.13%
R=28.69%
G=28.18%
B=43.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1671642510.330.3500.02242.0791.5881.37
HexA7A4FB212302f25c51
Octal247244373414302362134121
Binary1010011110100100111110111000011000110101111001010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A4FB; }

 p { color: rgb(167,164,251); }

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

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

 a { background-color: rgb(167,164,251); }

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

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

 span { border-color: rgb(167,164,251); }

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