#A7A7FF

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

Shades of Perano #A7A7FF

Tints of Perano #A7A7FF

Color information

#A7A7FF (or 0xA7A7FF) is unknown color: approx Perano. HEX triplet: A7, A7 and FF. RGB value is (167,167,255). Sum of RGB (Red+Green+Blue) = 167+167+255=589 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.35% from 589); Green value is 167 (65.62% from 255 or 28.35% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #A7A7FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7A7FF is #585800. Grayscale: #B0B0B0. Windows color (decimal): -5789697 or 16754599. OLE color: 16754599.

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

Color convert

RGB167167255-
CMYK0.350.3500
HSL240º100%82.75%-
HSV(B)240º34.51%100%-
XYZ47.8143.07100.4-
YUV177.03172120.84-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.35%
GREEN value IS 167 (65.62% from 255) = 28.35%
BLUE value IS 255 (100% from 255) = 43.29%
R=28.35%
G=28.35%
B=43.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1671672550.350.350024010082.75
HexA7A7FF232300f06453
Octal247247377434300360144123
Binary101001111010011111111111100011100011001111000011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A7FF; }

 p { color: rgb(167,167,255); }

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

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

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

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

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

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

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